Skip to content

Commit abd4895

Browse files
Merge pull request #1 from binary-blazer/dev
Bump version to 1.0.1 and update keywords in package.json
2 parents 9de4d14 + f26efd3 commit abd4895

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blink-http",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A tiny and standalone HTTP client based on XMLHttpRequest",
55
"exports": {
66
".": {
@@ -24,8 +24,7 @@
2424
},
2525
"keywords": [
2626
"http",
27-
"https",
28-
"fetch",
27+
"xmlhttprequest",
2928
"client",
3029
"tiny",
3130
"standalone",
@@ -54,4 +53,4 @@
5453
"dependencies": {
5554
"xhr2": "^0.2.1"
5655
}
57-
}
56+
}

0 commit comments

Comments
 (0)