@polkadot-api/utils
Advanced tools
Comparing version 0.0.1-de3577babef2cf37b1aa3d016ba15652ff8c2d7f.1.0 to 0.0.1-decba2ac48cf3fcf119b257fd451dcc3fd05f4df.1.0
{ | ||
"name": "@polkadot-api/utils", | ||
"version": "0.0.1-de3577babef2cf37b1aa3d016ba15652ff8c2d7f.1.0", | ||
"version": "0.0.1-decba2ac48cf3fcf119b257fd451dcc3fd05f4df.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}\"" | ||
} | ||
} |