Skip to content

Commit 49bc8e6

Browse files
author
Alex Cory
committed
v1.0.13
1 parent 78661ca commit 49bc8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-http",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"homepage": "https://use-http.com",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -56,7 +56,7 @@
5656
"scripts": {
5757
"prepublishOnly": "yarn build:production && yarn build:production:esm # runs before publish",
5858
"build": "rm -rf dist/cjs && tsc --module CommonJS --outDir dist/cjs",
59-
"build:esm": "rm -rf dist/esm && tsc",
59+
"build:esm": "rm -rf dist/esm && tsc",
6060
"build:production": "yarn build -p tsconfig.production.json",
6161
"build:production:esm": "yarn build:esm -p tsconfig.production.json",
6262
"build:watch": "rm -rf dist && tsc -w --module CommonJS",

0 commit comments

Comments
 (0)