Skip to content

Commit b0b70a4

Browse files
committed
change version + add publish
1 parent ce975f1 commit b0b70a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "react-ripplejs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Vanilla Material Design Ripple Effect implement for ReactJS",
55
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "rollup --config rollup.config.ts --configPlugin typescript"
8+
"build": "rollup --config rollup.config.ts --configPlugin typescript",
9+
"publish": "rollup --config rollup.config.ts --configPlugin typescript && npm publish --access public && exit 0"
910
},
1011
"keywords": [
1112
"react",

0 commit comments

Comments
 (0)