Comparing version 2.3.1 to 2.4.0
{ | ||
"name": "frint-cli", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "CLI for Frint", | ||
@@ -11,5 +11,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "../../node_modules/.bin/eslint --color '{root,commands,bin}/**/*.js'", | ||
"lint": "cross-env ../../node_modules/.bin/eslint --color '{root,commands,bin}/**/*.js'", | ||
"transpile": "echo \"Nothing to transpile\"", | ||
"test": "../../node_modules/.bin/mocha --colors --recursive './commands/*.spec.js'", | ||
"test": "cross-env ../../node_modules/.bin/mocha --colors --recursive ./commands/*.spec.js", | ||
"cover:run": "echo \"Nothing to cover\"", | ||
@@ -38,3 +38,3 @@ "cover:report": "echo \"Nothing to report\"", | ||
"execa": "^0.6.3", | ||
"frint": "^2.3.1", | ||
"frint": "^2.4.0", | ||
"lodash": "^4.17.4", | ||
@@ -41,0 +41,0 @@ "yargs": "^8.0.1" |
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
16079
Updatedfrint@^2.4.0