Skip to content

Commit

Permalink
πŸŽ‰ chore: 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed May 31, 2021
1 parent 03e99bf commit f8179b1
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": "yayfetch",
"version": "1.3.0",
"version": "1.4.1",
"description": "A Multi-platform screenfetch",
"main": "yayfetch.js",
"author": "Szymon Wiszczuk",
Expand All @@ -26,7 +26,7 @@
"jest": "jest tests",
"test": "yarn lint && yarn jest",
"prepare": "husky install",
"prepublishOnly": "yarn && yarn build && rm tests && rm src && rm assets && rm jest.config.js && rm tsconfig.json && mv build . "
"prepublishOnly": "yarn && yarn build && rm -rf tests && rm -rf src && rm -rf assets && rm -rf .husky && rm -rf .circleci && rm jest.config.js && rm tsconfig.json && mv ./build/* . "
},
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit f8179b1

Please sign in to comment.