Skip to content

Commit 6c7504d

Browse files
committed
Bumping package.json
1 parent f06fef4 commit 6c7504d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-checkbox-react",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Quickly integrate pretty checkbox Components (checkbox, switch, radio) with React",
55
"keywords": [
66
"Pretty",
@@ -24,7 +24,7 @@
2424
"lint": "eslint src/**",
2525
"pretest": "eslint src/**",
2626
"build": "rimraf dist/** && rollup -c rollup.config.js",
27-
"prepublish": "rimraf dist/** && rollup -c rollup.config.js",
27+
"prepublish": "eslint src/** && jest && rollup -c rollup.config.js",
2828
"test": "jest"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)