diff --git a/package.json b/package.json
index 8faebe4..f7059fd 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,18 @@
 {
   "name": "secret",
-  "version": "0.0.2",
-  "description":
-    "send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.",
+  "version": "0.0.3",
+  "description": "send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.",
   "main": "index.js",
   "repository": "bukinoshita/secret.git",
   "author": "Bu Kinoshita <bukinoshita@gmail.com>",
   "license": "MIT",
-  "keywords": ["secret", "getsecret", "safe", "private", "encrypted"],
+  "keywords": [
+    "secret",
+    "getsecret",
+    "safe",
+    "private",
+    "encrypted"
+  ],
   "scripts": {
     "start": "NODE_ENV=production node server",
     "dev": "node server",
@@ -35,18 +40,28 @@
     "xo": "^0.18.2"
   },
   "babel": {
-    "presets": ["next/babel"],
+    "presets": [
+      "next/babel"
+    ],
     "env": {
       "development": {
-        "plugins": ["inline-dotenv"]
+        "plugins": [
+          "inline-dotenv"
+        ]
       },
       "production": {
-        "plugins": ["transform-inline-environment-variables"]
+        "plugins": [
+          "transform-inline-environment-variables"
+        ]
       }
     }
   },
   "xo": {
-    "extends": ["prettier", "prettier/react", "plugin:react/recommended"],
+    "extends": [
+      "prettier",
+      "prettier/react",
+      "plugin:react/recommended"
+    ],
     "rules": {
       "import/no-extraneous-dependencies": 0,
       "import/no-unresolved": 0,
@@ -54,8 +69,13 @@
       "react/prop-types": 0,
       "react/display-name": 0
     },
-    "ignores": ["node_modules", "static/*.js"],
-    "globals": ["document"]
+    "ignores": [
+      "node_modules",
+      "static/*.js"
+    ],
+    "globals": [
+      "document"
+    ]
   },
   "lint-staged": {
     "*.js": [