Skip to content

Commit ab32bd2

Browse files
committed
testing automatic deployment
1 parent 8cc2fe8 commit ab32bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-checkbox-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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 && npm run build:flow",
27-
"prepublish": "eslint src/** && jest && rollup -c rollup.config.js",
27+
"prepublish": "flow-copy-source src dist && rollup -c rollup.config.js",
2828
"test": "jest"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)