Skip to content

Commit 310ba04

Browse files
author
Per Liedman
committed
Fix npm prepublish script deprecation; fixes #175
1 parent 0994f34 commit 310ba04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest, Mapzen, HERE",
55
"main": "dist/Control.Geocoder.js",
66
"scripts": {
7-
"prepublish": "sh ./scripts/build.sh",
7+
"prepare": "sh ./scripts/build.sh",
88
"publish": "sh ./scripts/publish.sh",
99
"postpublish": "sh ./scripts/postpublish.sh"
1010
},

0 commit comments

Comments
 (0)