Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cfunc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/bin.js", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"build": "rm -rf dist && ncc -m build ./src/index.ts && cp bin.js ./dist/", | ||
"release": "yarn build && yarn publish" | ||
"release": "yarn build && yarn publish --non-interactive" | ||
}, | ||
@@ -13,0 +13,0 @@ "bin": { |
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
85343