cli-engine-command
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -22,9 +22,9 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.0", | ||
"babel-eslint": "7.1.1", | ||
"babel-cli": "6.24.1", | ||
"babel-eslint": "7.2.1", | ||
"babel-jest": "19.0.0", | ||
"babel-plugin-transform-class-properties": "6.23.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0", | ||
"babel-plugin-transform-class-properties": "6.24.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "6.22.0", | ||
"flow-bin": "0.42.0", | ||
"flow-bin": "0.43.1", | ||
"flow-copy-source": "1.1.0", | ||
@@ -34,6 +34,6 @@ "flow-typed": "2.0.0", | ||
"jest-junit": "1.4.0", | ||
"nock": "^9.0.9", | ||
"nock": "9.0.11", | ||
"nodemon": "1.11.0", | ||
"rimraf": "2.6.1", | ||
"standard": "9.0.2", | ||
"standard": "10.0.1", | ||
"std-mocks": "1.0.1" | ||
@@ -40,0 +40,0 @@ }, |
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
141000