Comparing version 0.19.4 to 0.19.5
{ | ||
"name": "absurdum", | ||
"version": "0.19.4", | ||
"version": "0.19.5", | ||
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -20,7 +20,12 @@ "keywords": [ | ||
"test": "find . -wholename '**/*.spec.js' -not -path './node_modules/*' | xargs -n1 node --experimental-modules", | ||
"test:watch": "npx chokidar-cli -i 'node_modules' '**/*.js' -c 'npm test'", | ||
"test:watch": "npx chokidar-cli -i 'node_modules' 'src/**/*.spec.js' -c 'node --experimental-modules {path}'", | ||
"lint": "semistandard", | ||
"types": "npx tsc --project jsconfig.json", | ||
"types": "npx tsc -p jsconfig.json", | ||
"typings": "npx tsc -p tsconfig.json", | ||
"build": "npm run clean && npm run build:esm && npm run build:cjs", | ||
"build:esm": "npx rollup --config esm.config.js ", | ||
"build:cjs": "npx rollup --config cjs.config.js", | ||
"clean": "npx rimraf ./dist", | ||
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", | ||
"preversion": "npm test && npm run lint && npm run types", | ||
"preversion": "npm test && npm run lint && npm run types && npm run build", | ||
"postversion": "git push --follow-tags" | ||
@@ -27,0 +32,0 @@ }, |
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
42580
55
971