@hephaestus/utils
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
{ | ||
"name": "@hephaestus/utils", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"description": "> TODO: description", | ||
@@ -11,2 +11,3 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>", | ||
"types": "./dist/index.d.ts", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -19,5 +20,2 @@ ".": { | ||
}, | ||
"directories": { | ||
"lib": "dist" | ||
}, | ||
"files": [ | ||
@@ -32,5 +30,5 @@ "dist" | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build": "tsup src/index.ts --clean --target node12 --format cjs && tsup src/index.ts --format esm", | ||
"build:cjs": "ttsc", | ||
"build:esm": "ttsc -p ./tsconfig.esm.json", | ||
"build": "run-p build:*", | ||
"build:cjs": "tsup src/index.ts --target node12 --format cjs", | ||
"build:esm": "tsup src/index.ts --format esm --dts", | ||
"clean": "rm -rf dist", | ||
@@ -42,3 +40,3 @@ "lint": "eslint src" | ||
}, | ||
"gitHead": "fe12e83d2280689c30c26997cfafbbc71cc8854e" | ||
"gitHead": "4dd51c36847e0e164195a35d0ec3da38ee8589ad" | ||
} |
9935