Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
add node-gyp as a dev dependency to hopefully solve #665
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckegg committed Nov 9, 2017
1 parent 695f664 commit b35053e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -74,6 +74,7 @@
},
"devDependencies": {
"colors": "^1.1.2",
"electron": "~1.8.1"
"electron": "~1.8.1",
"node-gyp": "^3.6.2"
}
}

1 comment on commit b35053e

@gubatron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wayne_excellent

Please sign in to comment.