Skip to content

Commit

Permalink
Use prebuild-install.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Mar 26, 2017
1 parent d935e41 commit 7bd769c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "index.d.ts",
"scripts": {
"test": "node test/all.js",
"install": "prebuild --install"
"install": "prebuild-install || node-gyp rebuild"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,9 +38,10 @@
"homepage": "https://github.com/octalmage/robotjs",
"dependencies": {
"nan": "^2.2.1",
"prebuild": "v6.1.0"
"prebuild-install": "^2.1.1"
},
"devDependencies": {
"tape": "^3.5.0"
"tape": "^3.5.0",
"prebuild": "v6.1.0",
}
}

0 comments on commit 7bd769c

Please sign in to comment.