Skip to content

Commit 406f0c7

Browse files
authored
Bumps version to 6.0.2 (#856)
* Bumps version to 6.0.2 * Adds `prepublishOnly` script to ensure updated deps & dist
1 parent 6e01ebb commit 406f0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-peasy",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Vegetarian friendly state for React",
55
"license": "MIT",
66
"main": "dist/index.cjs.js",
@@ -49,6 +49,7 @@
4949
"lint": "eslint --fix --ext .ts,.js src tests",
5050
"dtslint": "dtslint tests/typescript --expectOnly",
5151
"prepublish": "yarn run build",
52+
"prepublishOnly": "yarn",
5253
"test": "jest",
5354
"test:watch": "jest --watch",
5455
"test:coverage": "yarn run test -- --coverage",

0 commit comments

Comments
 (0)