We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78661ca commit 49bc8e6Copy full SHA for 49bc8e6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "use-http",
3
- "version": "1.0.12",
+ "version": "1.0.13",
4
"homepage": "https://use-http.com",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
@@ -56,7 +56,7 @@
56
"scripts": {
57
"prepublishOnly": "yarn build:production && yarn build:production:esm # runs before publish",
58
"build": "rm -rf dist/cjs && tsc --module CommonJS --outDir dist/cjs",
59
- "build:esm": "rm -rf dist/esm && tsc",
+ "build:esm": "rm -rf dist/esm && tsc",
60
"build:production": "yarn build -p tsconfig.production.json",
61
"build:production:esm": "yarn build:esm -p tsconfig.production.json",
62
"build:watch": "rm -rf dist && tsc -w --module CommonJS",
0 commit comments