Skip to content

Commit 20277a6

Browse files
author
Santiago Aguilar Hernández
authored
Update package.json
1 parent 8e73e2c commit 20277a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"build:demo:js:w": "cd demo && webpack -w",
1414

1515
"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"
16+
"build:js:p:w": "webpack --config webpack.prod.js -w"
1917
},
2018
"keywords": [
2119
"paginator",
@@ -49,4 +47,4 @@
4947
"url": "https://github.com/sant123/vuejs-uib-pagination/issues"
5048
},
5149
"homepage": "https://github.com/sant123/vuejs-uib-pagination#readme"
52-
}
50+
}

0 commit comments

Comments
 (0)