-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dane Springmeyer
committed
Apr 6, 2016
1 parent
bcd53e7
commit df7d542
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,9 @@ | |
"dependencies": { | ||
"mapnik-vector-tile": "1.0.5", | ||
"nan": "~2.2.0", | ||
"node-pre-gyp": "~0.6.22", | ||
"node-pre-gyp": "~0.6.25", | ||
"protozero": "~1.3.0" | ||
}, | ||
"bundledDependencies": [ | ||
"mapnik-vector-tile", | ||
"node-pre-gyp" | ||
], | ||
"bin": { | ||
"mapnik-inspect.js": "./bin/mapnik-inspect.js", | ||
"mapnik-render.js": "./bin/mapnik-render.js", | ||
|
@@ -58,6 +54,7 @@ | |
"scripts": { | ||
"prepublish": "npm ls", | ||
"test": "jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000", | ||
"preinstall":"npm install node-pre-gyp", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
BHare1985
|
||
"install": "node-pre-gyp install --fallback-to-build", | ||
"docs": "documentation src/*.cpp --polyglot -o documentation -f html --github --name Mapnik" | ||
}, | ||
|
This is a really bad idea and makes the package impossible to install. Also,
node-pre-gyp
is already a dependency. See #650