Minor consistency fixes
authorNick Downing <nick@ndcode.org>
Tue, 4 Dec 2018 12:05:27 +0000 (23:05 +1100)
committerNick Downing <nick@ndcode.org>
Tue, 4 Dec 2018 12:05:27 +0000 (23:05 +1100)
package.json

index a08d4ad..155c9e0 100644 (file)
@@ -11,6 +11,8 @@
     "live"
   ],
   "homepage": "https://www.ndcode.org",
+  "author": "Nick Downing <nick@ndcode.org>",
+  "license": "MIT",
   "repository": {
     "type": "git",
     "url": "https://git.ndcode.org/public/emailjs_cache.git"
@@ -27,7 +29,5 @@
     "@ndcode/build_cache": "^0.1.0",
     "emailjs": "^2.2.0"
   },
-  "devDependencies": {},
-  "maintainers": "Nick Downing <nick@ndcode.org>",
-  "license": "MIT"
+  "devDependencies": {}
 }