Skip to content

Commit

Permalink
v2.0.1 (#5)
Browse files Browse the repository at this point in the history
* fix/build-config

* force install peer deps

* ci(release) 🔖 simple-atom v2.0.1

* fix package lock
  • Loading branch information
jlalmes authored Aug 17, 2022
1 parent d290fd1 commit 1897913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-atom",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple atomic state that can be updated outside React.",
"author": "James Berry <[email protected]>",
"private": false,
Expand All @@ -20,7 +20,7 @@
"scripts": {
"test": "tsc --noEmit && jest --verbose",
"build": "rimraf dist && tsc",
"release": "npm run test && npm run build && npm version patch && npm publish"
"release": "npm run test && npm version patch && npm run build && npm publish"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down

0 comments on commit 1897913

Please sign in to comment.