Skip to content

Commit

Permalink
Update standard
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 20, 2020
1 parent bf8fa75 commit 0f03e57
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 25 deletions.
90 changes: 68 additions & 22 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"bin"
],
"scripts": {
"test": "standard",
"posttest": "node ./bin/curator.js ./test/manifest.js",
"test": "node ./bin/curator.js ./test/manifest.js",
"pretest": "standard",
"format": "standard --fix",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
Expand All @@ -29,6 +30,6 @@
},
"dependencies": {},
"devDependencies": {
"standard": "^16.0.0"
"standard": "^16.0.3"
}
}

0 comments on commit 0f03e57

Please sign in to comment.