exalted.future
Advanced tools
Comparing version 0.0.33 to 0.0.34
{ | ||
"name": "exalted.future", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -8,6 +8,9 @@ "repository": "https://github.com/pre63/exalted.future.git", | ||
"license": "Apache-2.0", | ||
"source": "./src/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.module.js", | ||
"exports": "./dist/index.modern.js", | ||
"source": "src/index.js", | ||
"main": "dist/index.js", | ||
"esmodule": "dist/index.modern.js", | ||
"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,5 @@ "private": false, | ||
"scripts": { | ||
"build": "microbundle build --raw -f cjs,esm,modern", | ||
"build": "microbundle build --raw", | ||
"prebuild": "rm -rf dist", | ||
"pub": "nfmt && yarn test && yarn publish", | ||
"pub": "yarn test && yarn publish", | ||
"test": "jest ./tests/*", | ||
@@ -22,0 +25,0 @@ "pretest": "yarn build", |
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