Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit 9d2817a

Browse files
committed
prepublish -> prepublishOnly
1 parent 6405720 commit 9d2817a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "any-qs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "parse any query parameters from url",
55
"main": "index.js",
66
"scripts": {
7-
"prepublish": "npm run dist",
7+
"prepublishOnly": "npm run dist",
88
"uglify": "uglifyjs --compress --mangle -o dist/any-qs.min.js --source-map dist/any-qs.min.map -- dist/any-qs.js",
99
"dist": "npm run clean && cp index.js dist/any-qs.js && npm run uglify",
1010
"test": "nyc --reporter text --reporter html mocha",
@@ -26,7 +26,9 @@
2626
"coveralls": "^2.13.1",
2727
"mocha": "^3.4.1",
2828
"nyc": "^10.3.2",
29-
"rimraf": "^2.6.1",
30-
"uglifyjs": "^2.4.11"
29+
"rimraf": "^2.6.1"
30+
},
31+
"dependencies": {
32+
"uglify-js": "^3.0.24"
3133
}
3234
}

0 commit comments

Comments
 (0)