Comparing version 0.0.6 to 0.0.8
{ | ||
"name": "exos-cli", | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"description": "CLI tool for React projects", | ||
@@ -19,3 +19,4 @@ "main": "./dist/src/exos-cli.js", | ||
"start": "node ./dist/src/exos-cli.js", | ||
"debug": "node --nolazy --inspect-brk=9229 ./dist/src/exos-cli.js" | ||
"debug": "node --nolazy --inspect-brk=9229 ./dist/src/exos-cli.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -40,2 +41,3 @@ "repository": { | ||
"dependencies": { | ||
"fs-extra": "^7.0.1", | ||
"yargs-interactive": "^2.0.2" | ||
@@ -50,3 +52,2 @@ }, | ||
"coveralls": "^3.0.2", | ||
"fs-extra": "^7.0.1", | ||
"mocha": "^5.2.0", | ||
@@ -59,3 +60,3 @@ "nyc": "^13.1.0", | ||
}, | ||
"gitHead": "f4d4f9799a09c4eac893c152482c71390808950e" | ||
"gitHead": "65f30a785c7dec03a51536016eb29f3a6c1a21d7" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29205
12
0
2
+ Addedfs-extra@^7.0.1
+ Addedfs-extra@7.0.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)