Skip to content

Commit 007fc01

Browse files
author
Lucas Reppe Welander
committed
Pushed to v1.2.0
1 parent 92d57b1 commit 007fc01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qsm",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "a simple tool that allows you to remove any querystring from the url",
55
"main": "qsm.js",
66
"scripts": {
@@ -19,9 +19,7 @@
1919
],
2020
"author": "Lucas Reppe Welander",
2121
"license": "MIT",
22-
"dependencies": {
23-
"lodash": "^4.17.2"
24-
},
22+
"dependencies": {},
2523
"devDependencies": {
2624
"babel-preset-es2015": "^6.18.0",
2725
"gulp": "^3.9.1",
@@ -33,6 +31,7 @@
3331
"gulp-rename": "^1.2.2",
3432
"gulp-uglify": "^2.0.0",
3533
"gulp-util": "^3.0.7",
34+
"lodash": "^4.17.4",
3635
"mocha": "^3.2.0",
3736
"pump": "^1.0.1"
3837
}

0 commit comments

Comments
 (0)