We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce975f1 commit b0b70a4Copy full SHA for b0b70a4
1 file changed
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "react-ripplejs",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Vanilla Material Design Ripple Effect implement for ReactJS",
5
"main": "dist/index.js",
6
"type": "module",
7
"scripts": {
8
- "build": "rollup --config rollup.config.ts --configPlugin typescript"
+ "build": "rollup --config rollup.config.ts --configPlugin typescript",
9
+ "publish": "rollup --config rollup.config.ts --configPlugin typescript && npm publish --access public && exit 0"
10
},
11
"keywords": [
12
"react",
0 commit comments