mottled-library
Advanced tools
Comparing version 0.0.1-alpha to 0.0.1-alpha2
{ | ||
"name": "mottled-library", | ||
"version": "0.0.1-alpha", | ||
"version": "0.0.1-alpha2", | ||
"publishConfig": { | ||
@@ -15,7 +15,4 @@ "access": "public" | ||
"scripts": { | ||
"watch": "tsc -w", | ||
"ts:cjs": "tsc -p ts/cjs.tsconfig.json", | ||
"ts:es": "tsc -p ts/es.tsconfig.json", | ||
"ts:typedefs": "tsc --outDir ./dist --emitDeclarationOnly", | ||
"ts:all": "yarn ts:cjs && yarn ts:es && yarn ts:typedefs", | ||
"watch": "rollup -w", | ||
"build": "yarn clean && yarn run ts:typedefs && node ./utils/cssbundle.js && rollup -c", | ||
@@ -22,0 +19,0 @@ "generate": "node ./utils/generate.js", |
Sorry, the diff of this file is not supported yet
229
27239