We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d57b1 commit 007fc01Copy full SHA for 007fc01
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qsm",
3
- "version": "1.1.2",
+ "version": "1.2.0",
4
"description": "a simple tool that allows you to remove any querystring from the url",
5
"main": "qsm.js",
6
"scripts": {
@@ -19,9 +19,7 @@
19
],
20
"author": "Lucas Reppe Welander",
21
"license": "MIT",
22
- "dependencies": {
23
- "lodash": "^4.17.2"
24
- },
+ "dependencies": {},
25
"devDependencies": {
26
"babel-preset-es2015": "^6.18.0",
27
"gulp": "^3.9.1",
@@ -33,6 +31,7 @@
33
31
"gulp-rename": "^1.2.2",
34
32
"gulp-uglify": "^2.0.0",
35
"gulp-util": "^3.0.7",
+ "lodash": "^4.17.4",
36
"mocha": "^3.2.0",
37
"pump": "^1.0.1"
38
}
0 commit comments