Skip to content

Commit 1592ac1

Browse files
committed
⬆️ 2.7.0 🎉
1 parent 0edd372 commit 1592ac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urljs",
3-
"version": "3.0.1",
3+
"version": "2.7.0",
44
"description": "A lightweight JavaScript library to manipulate the page url.",
55
"main": "lib/index.js",
66
"directories": {
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"test": "node test",
12-
"release": "npm run bundle | uglifyjs -c -m -o src/url.min.js",
12+
"release": "npm run bundle --silent | uglifyjs -c -m -o src/url.min.js",
1313
"bundle": "browserify lib/index.js -s Url -o src/url.min.js && babel src/url.min.js"
1414
},
1515
"contributors": [
@@ -90,4 +90,4 @@
9090
}
9191
]
9292
}
93-
}
93+
}

src/url.min.js

-1
This file was deleted.

src/url.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)