Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rollback to 3
  • Loading branch information
dannyvassallo committed Oct 14, 2021
1 parent b618934 commit 5440fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-memo",
"version": "0.0.4",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"author": "Stefano J. Attardi <github@attardi.org>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepublish:public": "npm run build && npm run bump-version",
"publish:public": "npm publish --access public",
"deploy": "yarn build && yarn publish-git",
"publish-git": "gitpkg publish",
"publish-git": "yarn version-bump && gitpkg publish",
"version-bump": "npm version patch && git add . && git commit --allow-empty -m \"version-bump\""
},
"files": [
Expand Down

0 comments on commit 5440fc9

Please sign in to comment.