@daren/utils
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "@daren/utils", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"repository": { | ||
@@ -26,5 +26,5 @@ "type": "git", | ||
"build": "run-s 'build:*'", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --declarationMap --isolatedModules false --rootDir lib --outDir dist/types --sourceMap", | ||
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"clean": "rm -rf node_modules && rm -rf dist", | ||
@@ -53,3 +53,3 @@ "lint": "run-p 'lint:*'", | ||
}, | ||
"gitHead": "026dde5d98bbc8f290174a9728f6f65d24c03435" | ||
"gitHead": "a5d06d4d12be9f749fb0f4bb1e827ce2f9cbefd7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112951
57
364