@web3modal/polyfills
Advanced tools
Comparing version 3.0.0-7b021635 to 3.0.0-924c61f0
{ | ||
"name": "@web3modal/polyfills", | ||
"version": "3.0.0-7b021635", | ||
"version": "3.0.0-924c61f0", | ||
"type": "module", | ||
@@ -12,3 +12,3 @@ "main": "./dist/esm/index.js", | ||
"build:clean": "rm -rf dist", | ||
"build": "npm run build:clean; tsc --build", | ||
"build": "npm run build:clean; tsc --build; rm dist/esm/tsconfig.tsbuildinfo", | ||
"watch": "npm run build:clean; tsc --watch", | ||
@@ -15,0 +15,0 @@ "typecheck": "tsc --noEmit", |
2207
5