Skip to content

Commit

Permalink
Update version and fix .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Stemplewski authored and Hubert Stemplewski committed Jan 18, 2022
1 parent 634045d commit 3d37636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tsconfig.json
eslint.json
index.ts
.prettierrc.json
.prettieringore
.prettierignore
jestconfig.json
.github
.eslintrc.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dialog-hook",
"version": "0.0.4",
"version": "0.0.5",
"description": "React hook for manage dialogs state",
"main": "lib/index.js",
"author": "Hubert Stemplewski",
Expand All @@ -27,7 +27,7 @@
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint --ext js,ts src",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"prepublishOnly": "npm test && npm run lint && npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
Expand Down

0 comments on commit 3d37636

Please sign in to comment.