Skip to content

Commit e8bab2a

Browse files
committed
Fixed dependency
1 parent e053464 commit e8bab2a

2 files changed

Lines changed: 69 additions & 30 deletions

File tree

package-lock.json

Lines changed: 67 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-param",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "equivalent function to jQuery.param",
55
"main": "jquery-param.js",
66
"module": "esm/jquery-param.es.js",
@@ -27,15 +27,13 @@
2727
},
2828
"homepage": "https://github.com/knowledgecode/jquery-param",
2929
"devDependencies": {
30+
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
3031
"expect.js": "^0.3.1",
3132
"jquery": "^3.6.0",
3233
"jsdom": "^16.5.3",
3334
"mocha": "^7.2.0",
3435
"mocha-phantomjs-core": "^2.1.2",
3536
"phantomjs-prebuilt": "^2.1.16",
3637
"rollup": "^2.45.1"
37-
},
38-
"dependencies": {
39-
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0"
4038
}
4139
}

0 commit comments

Comments
 (0)