@ctx-core/combinators
Advanced tools
Comparing version 4.1.3 to 4.1.4
{ | ||
"name": "@ctx-core/combinators", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "ctx-core combinators", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete || exit 0", | ||
"compile": "rollup -c", | ||
@@ -38,3 +38,3 @@ "prepublishOnly": "npm run compile", | ||
}, | ||
"gitHead": "0720e14d4d9392cefabd4e32458eafcfdac07c8c" | ||
"gitHead": "b4275ac171ada3f86b92bb5ae125ea9f9fcbfacd" | ||
} |
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
4088