exalted.future
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "exalted.future", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -9,14 +9,15 @@ "repository": "https://github.com/pre63/exalted.future.git", | ||
"source": "src/index.js", | ||
"main": "dist/index.js", | ||
"esmodule": "dist/index.modern.js", | ||
"browser": "dist/index.modern.js", | ||
"type": "module", | ||
"private": false, | ||
"sideEffects": 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", | ||
"build:cjs": "microbundle -i src/index.js -o dist/index.js --no-pkg-main -f cjs", | ||
"build": "yarn build:modern && yarn build:cjs", | ||
"prebuild": "rm -rf dist", | ||
"pub": "yarn build && yarn publish", | ||
"test": "jest ./ci/*", | ||
"pub": "yarn test && yarn publish", | ||
"test": "jest ./tests/*", | ||
"pretest": "yarn build", | ||
@@ -23,0 +24,0 @@ "specs": "node --experimental-vm-modules ./node_modules/.bin/jest ./specs/* --coverage" |
54816
7
36
Yes