mottled-core
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha
{ | ||
"name": "mottled-core", | ||
"version": "0.0.1", | ||
"version": "0.0.2-alpha", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -19,6 +19,6 @@ "files": [ | ||
"ts:typedefs": "tsc --outDir ./dist --emitDeclarationOnly", | ||
"ts:all": "yarn ts:es && yarn ts:cjs && yarn ts:typedefs", | ||
"ts:all": "yarn ts:cjs && yarn ts:typedefs", | ||
"build": "yarn clean && yarn ts:all && node ./utils/cssbundle.js", | ||
"generate": "node ./utils/generate.js", | ||
"clean": "rm -rf dist css *tsbuildinfo", | ||
"clean": "rm -rf dist css", | ||
"clean:all": "yarn run clean && node ./utils/clean.js", | ||
@@ -25,0 +25,0 @@ "lint": "prettier --check .", |
20018
14
104