Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "c-3po-cli", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "index.js", | ||
@@ -10,3 +10,3 @@ "repository": "git@github.com:c-3po-org/c-3po-cli.git", | ||
"preversion": "yarn run build && yarn test", | ||
"test": "jest", | ||
"test": "mkdir -p dist && jest", | ||
"cli": "ts-node ./src/index.ts", | ||
@@ -13,0 +13,0 @@ "build": "tsc", |
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
161067