Add repository to package.json, republish under @ndcode/ org scope
authorNick Downing <nick@ndcode.org>
Sun, 11 Nov 2018 04:31:15 +0000 (15:31 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 11 Nov 2018 04:31:58 +0000 (15:31 +1100)
package.json

index c9d3de9..af0f21a 100644 (file)
@@ -1,10 +1,24 @@
 {
-  "name": "build_cache",
+  "name": "@ndcode/build_cache",
   "version": "0.1.0",
-  "description": "Simple caching scheme that checks for modified sources",
-  "keywords": ["build", "cache", "modified", "sources", "compile", "compiler"],
+  "description": "In-memory cache for node.js objects built from multiple source files.",
+  "keywords": [
+    "in-memory",
+    "build",
+    "cache",
+    "modified",
+    "sources",
+    "compile",
+    "compiler"
+  ],
   "homepage": "https://www.ndcode.org",
-  "bugs": {"email": "nick@ndcode.org"},
+  "repository": {
+    "type": "git",
+    "url": "https://git.ndcode.org/public/build_cache.git"
+  },
+  "bugs": {
+    "email": "nick@ndcode.org"
+  },
   "main": "BuildCache.js",
   "directories": {},
   "dependencies": {},