Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
use remote_path with node-pre-gyp to dodge preparing package.json eve…
Browse files Browse the repository at this point in the history
…ry time
  • Loading branch information
ralphtheninja committed Jun 1, 2015
1 parent 78068f2 commit 25d5f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"binary": {
"module_name": "leveldown",
"module_path": "./build-pre-gyp/",
"host": "https://github.com/level/leveldown/releases/download/v1.2.1"
"host": "https://github.com/level/leveldown/releases/download",
"remote_path": "./v{version}"
}
}

0 comments on commit 25d5f62

Please sign in to comment.