Skip to content

Commit

Permalink
Fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Mar 7, 2021
1 parent 34c5b76 commit feadac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-window-blur-change-title",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Hook for set the page title when the user is shifting focus away from the current window.",
"keywords": [
"react",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint ./ --ext=tsx,ts",
"prettier": "prettier --check 'src/**/*.{ts,tsx}'",
"test": "jest",
"prepublish": "npm run lint && npm run prettier && npm run test && npm run build"
"prepublishOnly": "npm run lint && npm run prettier && npm run test && npm run build"
},
"dependencies": {
"@types/react": "^17.0.3",
Expand Down

0 comments on commit feadac7

Please sign in to comment.