cli-engine-command
Advanced tools
Comparing version 8.0.15 to 8.0.16
@@ -76,3 +76,4 @@ 'use strict'; | ||
if (arg === '--') { | ||
parsingFlags = false;continue; | ||
parsingFlags = false; | ||
continue; | ||
} | ||
@@ -79,0 +80,0 @@ if (parseFlag(arg)) continue; |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "8.0.15", | ||
"version": "8.0.16", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -12,4 +12,4 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"chalk": "^2.1.0", | ||
"cli-ux": "^1.0.1", | ||
"fs-extra": "^4.0.1", | ||
"cli-ux": "^1.1.10", | ||
"fs-extra": "^4.0.2", | ||
"http-call": "^3.0.2", | ||
@@ -23,4 +23,3 @@ "lodash.maxby": "^4.6.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "7.2.3", | ||
"babel-jest": "^21.0.2", | ||
"babel-jest": "^21.2.0", | ||
"babel-plugin-syntax-object-rest-spread": "^6.13.0", | ||
@@ -30,21 +29,14 @@ "babel-plugin-transform-class-properties": "6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "6.22.0", | ||
"cli-engine-config": "^3.2.0", | ||
"eslint": "^4.6.1", | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-plugin-flowtype": "^2.35.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-jest": "^21.0.2", | ||
"eslint-plugin-node": "^5.1.0", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"flow-bin": "^0.54.1", | ||
"cli-engine-config": "^3.3.1", | ||
"flow-bin": "^0.55.0", | ||
"flow-copy-source": "^1.2.1", | ||
"flow-typed": "^2.1.5", | ||
"husky": "^0.14.3", | ||
"jest": "^21.0.2", | ||
"jest": "^21.2.0", | ||
"jest-junit": "^3.0.0", | ||
"lint-staged": "^4.1.3", | ||
"nock": "^9.0.14", | ||
"nodemon": "^1.12.0", | ||
"rimraf": "2.6.1", | ||
"lint-staged": "^4.2.3", | ||
"nock": "^9.0.21", | ||
"nodemon": "^1.12.1", | ||
"prettier": "^1.7.0", | ||
"rimraf": "2.6.2", | ||
"std-mocks": "1.0.1" | ||
@@ -61,5 +53,4 @@ }, | ||
"testEnvironment": "node", | ||
"rootDir": "./src", | ||
"setupFiles": [ | ||
"../test/init.js" | ||
"./test/init.js" | ||
] | ||
@@ -73,3 +64,6 @@ }, | ||
"lint-staged": { | ||
"src/**/*.js": "eslint" | ||
"src/**/*.js": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
@@ -85,7 +79,8 @@ "main": "lib/index.js", | ||
"copy-flow": "flow-copy-source -v -i '**/*.test.js' src lib", | ||
"posttest": "prettier -l 'src/**/*.js' && flow", | ||
"precommit": "lint-staged", | ||
"prepare": "npm run clean && npm run build && npm run copy-flow", | ||
"test": "jest && flow && eslint .", | ||
"test": "jest", | ||
"watch": "nodemon -e js -i lib --exec \"npm run prepare\"" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
404
29134
Updatedcli-ux@^1.1.10
Updatedfs-extra@^4.0.2