Skip to content

Commit 0f03e57

Browse files
committed
Update standard
1 parent bf8fa75 commit 0f03e57

File tree

2 files changed

+72
-25
lines changed

2 files changed

+72
-25
lines changed

package-lock.json

Lines changed: 68 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"bin"
2020
],
2121
"scripts": {
22-
"test": "standard",
23-
"posttest": "node ./bin/curator.js ./test/manifest.js",
22+
"test": "node ./bin/curator.js ./test/manifest.js",
23+
"pretest": "standard",
24+
"format": "standard --fix",
2425
"preversion": "npm test",
2526
"postversion": "git push && git push --tags"
2627
},
@@ -29,6 +30,6 @@
2930
},
3031
"dependencies": {},
3132
"devDependencies": {
32-
"standard": "^16.0.0"
33+
"standard": "^16.0.3"
3334
}
3435
}

0 commit comments

Comments
 (0)