@gasket/cli
Advanced tools
Comparing version 7.0.0-next.25 to 7.0.0-next.26
@@ -74,3 +74,3 @@ # Gasket Preset Authoring Guide | ||
packageManager: "npm", | ||
testPlugin: "none", | ||
testPlugins: ["jest"], | ||
destOverride: false | ||
@@ -89,4 +89,4 @@ } | ||
- Package Manager, typically either `npm` or `yarn` | ||
- `testPlugin` - `String` | ||
- What test suite you would like to setup, either `mocha`, `jest`, or none | ||
- `testPlugin` - `Array<String>` | ||
- What test suites you would like to setup, either `mocha`, `jest`, or `cypress` | ||
- `destOverride` - `Boolean` | ||
@@ -93,0 +93,0 @@ - Whether or not to override the contents of a directory bearing the same name |
{ | ||
"name": "@gasket/cli", | ||
"version": "7.0.0-next.25", | ||
"version": "7.0.0-next.26", | ||
"description": "CLI for rapid application development with gasket", | ||
@@ -47,8 +47,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@gasket/core": "^7.0.0-next.25", | ||
"@gasket/plugin-git": "^7.0.0-next.25", | ||
"@gasket/plugin-logger": "^7.0.0-next.25", | ||
"@gasket/plugin-metadata": "^7.0.0-next.25", | ||
"@gasket/plugin-start": "^7.0.0-next.25", | ||
"@gasket/utils": "^7.0.0-next.25", | ||
"@gasket/core": "^7.0.0-next.26", | ||
"@gasket/plugin-git": "^7.0.0-next.26", | ||
"@gasket/plugin-logger": "^7.0.0-next.26", | ||
"@gasket/plugin-metadata": "^7.0.0-next.26", | ||
"@gasket/plugin-start": "^7.0.0-next.26", | ||
"@gasket/utils": "^7.0.0-next.26", | ||
"commander": "^12.0.0", | ||
@@ -200,3 +200,3 @@ "cross-env": "^7.0.3", | ||
}, | ||
"gitHead": "0782b4f4d07d18fb6bd44ecaab3e6bdafd6d4c9d" | ||
"gitHead": "b885d3f60fc68f944186105b1c4adb6440817581" | ||
} |
49539