Skip to content

Commit 729a37b

Browse files
committed
Bump version
1 parent 8303de9 commit 729a37b

2 files changed

Lines changed: 160 additions & 59 deletions

File tree

package-lock.json

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

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "jquery-param",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "equivalent function to jQuery.param",
55
"main": "jquery-param.js",
6+
"module": "esm/jquery-param.es.js",
67
"scripts": {
7-
"compile": "node compile.js jquery-param.js > jquery-param.min.js",
8+
"build": "rollup --config rollup.config.js",
89
"test": "node test/test-suite.js"
910
},
1011
"repository": {
@@ -27,10 +28,12 @@
2728
"homepage": "https://github.com/knowledgecode/jquery-param",
2829
"devDependencies": {
2930
"expect.js": "^0.3.1",
30-
"jquery": "^3.5.0",
31+
"jquery": "^3.5.1",
3132
"jsdom": "^16.2.2",
32-
"mocha": "^7.1.2",
33+
"mocha": "^7.2.0",
3334
"mocha-phantomjs-core": "^2.1.2",
34-
"phantomjs-prebuilt": "^2.1.16"
35+
"phantomjs-prebuilt": "^2.1.16",
36+
"rollup": "^2.18.2",
37+
"rollup-plugin-terser": "^6.1.0"
3538
}
3639
}

0 commit comments

Comments
 (0)