We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baffd6 commit 87095daCopy full SHA for 87095da
package.json
@@ -30,7 +30,8 @@
30
"start": "rollup -c -w",
31
"prepublishOnly": "npm run build",
32
"predeploy": "cd example && npm install && npm run build",
33
- "deploy": "gh-pages -d example/build"
+ "deploy": "gh-pages -d example/build",
34
+ "test": "echo \"Error: no test specified\""
35
},
36
"peerDependencies": {
37
"react": "^16.0.0"
0 commit comments