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 8e73e2c commit 20277a6Copy full SHA for 20277a6
package.json
@@ -13,9 +13,7 @@
13
"build:demo:js:w": "cd demo && webpack -w",
14
15
"build:js:p": "webpack --config webpack.prod.js",
16
- "build:js:p:w": "webpack --config webpack.prod.js -w",
17
-
18
- "prepublish": "webpack --config webpack.prod.js"
+ "build:js:p:w": "webpack --config webpack.prod.js -w"
19
},
20
"keywords": [
21
"paginator",
@@ -49,4 +47,4 @@
49
47
"url": "https://github.com/sant123/vuejs-uib-pagination/issues"
50
48
51
"homepage": "https://github.com/sant123/vuejs-uib-pagination#readme"
52
-}
+}
0 commit comments