Skip to content

Commit c23f768

Browse files
authored
Merge pull request #2 from binary-blazer/binary-blazer-patch-1
Update package.json
2 parents 1e819db + f7cf200 commit c23f768

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "blink-http",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A tiny and standalone HTTP client based on XMLHttpRequest",
5+
"main": "./distribution/index.js",
56
"exports": {
67
".": {
78
"import": "./distribution/index.js",
@@ -53,4 +54,4 @@
5354
"dependencies": {
5455
"xhr2": "^0.2.1"
5556
}
56-
}
57+
}

0 commit comments

Comments
 (0)