@polkadot-api/utils
Advanced tools
Comparing version 0.0.1-8d75297dd4a07abd82db072df2692704e5bf649a.1.0 to 0.0.1-8e11ae9b8f66cf976521c2bfed0f74e5ff5b34a5.1.0
{ | ||
"name": "@polkadot-api/utils", | ||
"version": "0.0.1-8d75297dd4a07abd82db072df2692704e5bf649a.1.0", | ||
"version": "0.0.1-8e11ae9b8f66cf976521c2bfed0f74e5ff5b34a5.1.0", | ||
"author": "Josep M Sobrepere (https://github.com/josepot)", | ||
@@ -43,7 +43,7 @@ "repository": { | ||
"scripts": { | ||
"build": "tsup-node src/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm,cjs --dts && tsup-node src/index.ts --clean --sourcemap --platform neutral --target=es2020 --format cjs --dts --minify --out-dir dist/min", | ||
"build": "tsc --noEmit && tsup-node src/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm,cjs --dts && tsup-node src/index.ts --clean --sourcemap --platform neutral --target=es2020 --format cjs --dts --minify --out-dir dist/min", | ||
"test": "echo 'no tests'", | ||
"lint": "tsc --noEmit && prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"", | ||
"lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"", | ||
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"" | ||
} | ||
} |