git ssb

10+

Matt McKegg / patchwork



Commit b35053e7c5a8f5e255e69269800c444f7978b8cb

add node-gyp as a dev dependency to hopefully solve #665

Matt McKegg committed on 11/9/2017, 11:28:01 PM
Parent: 695f6649dd7fe33b57fc4b2bcbfc45d329100a1b

Files changed

package.jsonchanged
package.jsonView
@@ -73,7 +73,8 @@
7373 "text-node-searcher": "^1.1.1"
7474 },
7575 "devDependencies": {
7676 "colors": "^1.1.2",
77- "electron": "~1.8.1"
77+ "electron": "~1.8.1",
78+ "node-gyp": "^3.6.2"
7879 }
7980 }

Built with git-ssb-web