@tryghost/pretty-cli
Advanced tools
Comparing version
{ | ||
"name": "@tryghost/pretty-cli", | ||
"version": "1.2.21", | ||
"version": "1.2.22", | ||
"description": "A mini-module to style a sywac instance in a standard way", | ||
@@ -11,3 +11,3 @@ "repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli", | ||
"dev": "echo \"Implement me!\"", | ||
"test": "NODE_ENV=testing c8 mocha './test/**/*.test.js'", | ||
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'", | ||
"lint": "eslint . --ext .js --cache", | ||
@@ -24,4 +24,4 @@ "posttest": "yarn lint" | ||
"devDependencies": { | ||
"c8": "7.9.0", | ||
"mocha": "9.1.2", | ||
"c8": "7.10.0", | ||
"mocha": "9.1.3", | ||
"should": "13.2.3", | ||
@@ -34,3 +34,3 @@ "sinon": "11.1.2" | ||
}, | ||
"gitHead": "a88c5e82f900a7df2d03c2e07d14ec9b5c59dde1" | ||
"gitHead": "6f0646450de6e72d3542812ed028f71cd7e38ccf" | ||
} |
5470
0.7%