exalted.future
Advanced tools
Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "exalted.future", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -10,7 +10,2 @@ "repository": "https://github.com/pre63/exalted.future.git", | ||
"main": "src/index.js", | ||
"cjs": "src/index.js", | ||
"module": "dist/index.module.js", | ||
"unpkg": "dist/index.umd.js", | ||
"umd:main": "dist/index.umd.js", | ||
"esmodule": "dist/index.modern.js", | ||
"type": "module", | ||
@@ -20,12 +15,4 @@ "private": false, | ||
"scripts": { | ||
"build:udm": "microbundle -i src/index.js -o dist/index.udm.js --no-pkg-main -f umd", | ||
"build:module": "microbundle -i src/index.js -o dist/index.module.js --no-pkg-main -f module", | ||
"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.modern.js --no-pkg-main -f cjs", | ||
"build": "yarn build:udm && yarn build:module && yarn build:modern && yarn build:cjs", | ||
"prebuild": "rm -rf dist", | ||
"pub": "yarn build && yarn test && yarn publish", | ||
"test": "jest ./ci/*", | ||
"pretest": "yarn build", | ||
"specs": "node --experimental-vm-modules ./node_modules/.bin/jest ./specs/* --coverage" | ||
"pub": "yarn test && yarn publish", | ||
"test": "node --experimental-vm-modules ./node_modules/.bin/jest ./specs/* --coverage" | ||
}, | ||
@@ -32,0 +19,0 @@ "devDependencies": { |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
22054
4
5
1