Skip to content

Commit

Permalink
Fixes refresh script (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Apr 30, 2022
1 parent c5f14d5 commit 8aa81fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"test": "standard && ava",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm packjage-lock.json && npm i"
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8aa81fe

Please sign in to comment.