@riadh-adrani/str-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -41,6 +41,7 @@ "main": "dist/cjs/index.js", | ||
"build:clean": "rm -rf dist", | ||
"build:cjs": "tsc --project tsconfig.cjs.json", | ||
"build:esm": "tsc --project tsconfig.esm.json", | ||
"build:types": "tsc --project tsconfig.types.json", | ||
"build": "yarn build:clean && yarn build:cjs && yarn build:esm && yarn build:types && ./pacakge.json.fix.sh", | ||
"build:cjs": "tsc --project tsconfig.cjs.json --removeComments", | ||
"build:esm": "tsc --project tsconfig.esm.json --removeComments", | ||
"build:cjs:types": "tsc --project tsconfig.cjs.json --emitDeclarationOnly --pretty", | ||
"build:esm:types": "tsc --project tsconfig.esm.json --emitDeclarationOnly --pretty", | ||
"build": "yarn build:clean && yarn build:cjs && yarn build:cjs:types && yarn build:esm && yarn build:esm:types && ./pacakge.json.fix.sh", | ||
"check:lint": "npx eslint . --ext .ts", | ||
@@ -47,0 +48,0 @@ "check:format": "npx prettier --check ./", |
7525
9
126