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 5539c78..19fd95b 100644 (file)
@@ -12,6 +12,8 @@
     "recompile"
   ],
   "homepage": "https://www.ndcode.org",
+  "author": "Nick Downing <nick@ndcode.org>",
+  "license": "MIT",
   "repository": {
     "type": "git",
     "url": "https://git.ndcode.org/public/less_css_cache.git"
@@ -29,7 +31,5 @@
     "@ndcode/disk_build": "^0.1.0",
     "less": "^3.8.1"
   },
-  "devDependencies": {},
-  "maintainers": "Nick Downing <nick@ndcode.org>",
-  "license": "MIT"
+  "devDependencies": {}
 }