Skip to content

Commit

Permalink
Use prebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed May 8, 2016
1 parent ac0d16b commit 7b48ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"install": "node-gyp rebuild"
"install": "prebuild --install"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,8 @@
},
"homepage": "https://github.com/octalmage/robotjs",
"dependencies": {
"nan": "~2.2.1"
"nan": "^2.2.1",
"prebuild": "^4.1.1"
},
"devDependencies": {
"tape": "^3.5.0"
Expand Down

0 comments on commit 7b48ed5

Please sign in to comment.