Comparing version 0.79.1 to 0.79.2
{ | ||
"name": "absurdum", | ||
"version": "0.79.1", | ||
"version": "0.79.2", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -35,9 +35,10 @@ "keywords": [ | ||
"types": "npx tsc -p .config/jsconfig.json", | ||
"build": "npm run build:cjs && npm run build:docs && npm run build:typings", | ||
"build": "npm run build:cjs && npm run build:min && npm run build:docs && npm run build:typings", | ||
"build:docs": "node .config/docs.config.js", | ||
"build:cjs": "npx rollup --config .config/cjs.config.js", | ||
"build:min": "npx rollup --config .config/min.config.js", | ||
"build:typings": "npx tsc -p .config/tsconfig.json", | ||
"clean": "npm run clean:docs && npm run clean:bundles && npm run clean:typings", | ||
"clean:docs": "npx rimraf docs/*.md", | ||
"clean:bundles": "npx rimraf dist/*", | ||
"clean": "npm run clean:docs && npm run clean:builds && npm run clean:typings", | ||
"clean:docs": "npx rimraf docs/**/*.md", | ||
"clean:builds": "npx rimraf index.cjs && npx rimraf index.min.js", | ||
"clean:typings": "npx rimraf src/**/*.d.ts", | ||
@@ -54,2 +55,3 @@ "package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf", | ||
"glob": "^7.1.4", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"semistandard": "^14.2.0", | ||
@@ -56,0 +58,0 @@ "tape-es": "^1.1.1" |
@@ -47,6 +47,6 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
A CommonJS bundle is included for backward compatiblity with `node <= 13.2` | ||
A CommonJS bundle is included for backward compatibility with `node <= 13.2` | ||
```javascript | ||
const absurdum = require('absurdum/dist/absurdum.cjs'); | ||
const absurdum = require('absurdum/index.cjs'); | ||
``` | ||
@@ -53,0 +53,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
224640
205
4945
6