exalted.future
Advanced tools
Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "exalted.future", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -12,2 +12,5 @@ "repository": "https://github.com/pre63/exalted.future.git", | ||
"browser": "dist/index.modern.js", | ||
"module": "dist/index.module.js", | ||
"unpkg": "dist/index.umd.js", | ||
"umd:main": "dist/index.umd.js", | ||
"type": "module", | ||
@@ -17,5 +20,3 @@ "private": false, | ||
"scripts": { | ||
"build:modern": "microbundle -i src/index.js -o dist/index.modern.js --no-pkg-main -f modern", | ||
"build:cjs": "microbundle -i src/index.js -o dist/index.js --no-pkg-main -f cjs", | ||
"build": "yarn build:modern && yarn build:cjs", | ||
"build": "microbundle build --raw", | ||
"prebuild": "rm -rf dist", | ||
@@ -22,0 +23,0 @@ "pub": "yarn test && yarn publish", |
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
90239
11
81