We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13005d4 + 500c9e4 commit dd3dc93Copy full SHA for dd3dc93
package.json
@@ -50,7 +50,7 @@
50
"mapnik-shapeindex.js": "./bin/mapnik-shapeindex.js"
51
},
52
"scripts": {
53
- "prepublish": "npm ls",
+ "prepublishOnly": "npm ls",
54
"test": "jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000",
55
"install": "node-pre-gyp install --fallback-to-build",
56
"docs": "documentation build src/*.cpp src/mapnik_plugins.hpp --polyglot -o documentation -f html --github --name Mapnik"
0 commit comments