Skip to content

Commit

Permalink
Bumps version to 6.0.2 (#856)
Browse files Browse the repository at this point in the history
* Bumps version to 6.0.2

* Adds `prepublishOnly` script to ensure updated deps & dist
  • Loading branch information
jmyrland committed Jul 27, 2023
1 parent 6e01ebb commit 406f0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-peasy",
"version": "6.0.1",
"version": "6.0.2",
"description": "Vegetarian friendly state for React",
"license": "MIT",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -49,6 +49,7 @@
"lint": "eslint --fix --ext .ts,.js src tests",
"dtslint": "dtslint tests/typescript --expectOnly",
"prepublish": "yarn run build",
"prepublishOnly": "yarn",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "yarn run test -- --coverage",
Expand Down

1 comment on commit 406f0c7

@vercel
Copy link

@vercel vercel bot commented on 406f0c7 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

easy-peasy – ./

easy-peasy-ctrlplusb.vercel.app
easy-peasy-git-master-ctrlplusb.vercel.app
easy-peasy.dev

Please sign in to comment.