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 6e01ebb commit 406f0c7Copy full SHA for 406f0c7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "easy-peasy",
3
- "version": "6.0.1",
+ "version": "6.0.2",
4
"description": "Vegetarian friendly state for React",
5
"license": "MIT",
6
"main": "dist/index.cjs.js",
@@ -49,6 +49,7 @@
49
"lint": "eslint --fix --ext .ts,.js src tests",
50
"dtslint": "dtslint tests/typescript --expectOnly",
51
"prepublish": "yarn run build",
52
+ "prepublishOnly": "yarn",
53
"test": "jest",
54
"test:watch": "jest --watch",
55
"test:coverage": "yarn run test -- --coverage",
0 commit comments