Change yarn to pnpm, add node-gyp dependency
authorNick Downing <nick.downing@lifx.co>
Mon, 3 Feb 2020 15:55:01 +0000 (02:55 +1100)
committerNick Downing <nick.downing@lifx.co>
Mon, 3 Feb 2020 15:55:01 +0000 (02:55 +1100)
.gitignore
package.json

index 427c101..518f820 100644 (file)
@@ -1,5 +1,4 @@
-/ndcode-emailjs_cache-*.tgz
+/build
+/ndcode-zettair_cache-*.tgz
 /node_modules
-/package-lock.json
-/yarn.lock
-/yarn-error.log
+/pnpm-lock.yaml
index 2db2e93..ae4f1f4 100644 (file)
@@ -26,7 +26,8 @@
   "directories": {},
   "dependencies": {
     "@ndcode/build_cache": "^0.1.0",
-    "@ndcode/zettair": "^0.1.3"
+    "@ndcode/zettair": "^0.1.3",
+    "node-gyp": "^6.1.0"
   },
   "devDependencies": {}
 }