diff --git a/package.json b/package.json index 53d6604..b1bbd58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blink-http", - "version": "1.0.0", + "version": "1.0.1", "description": "A tiny and standalone HTTP client based on XMLHttpRequest", "exports": { ".": { @@ -24,8 +24,7 @@ }, "keywords": [ "http", - "https", - "fetch", + "xmlhttprequest", "client", "tiny", "standalone", @@ -54,4 +53,4 @@ "dependencies": { "xhr2": "^0.2.1" } -} +} \ No newline at end of file