Skip to content

Commit

Permalink
refactor for release build/package.json/ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ThobyV committed Sep 27, 2020
1 parent 18233b0 commit 6287b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lit-request 🌊

lit-request is a byte-sized (currently ``(915) bytes minified / gzipped umd bundle``) micro-library which provides the awesome parts of [Axios](https://github.com/axios/axios) which many developers find very useful.
lit-request is a byte-sized (currently ``(852) bytes minified / gzipped bundle``) micro-library which provides the awesome parts of [Axios](https://github.com/axios/axios) which many developers find very useful.


It's an abstraction layer based on the browser native [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) which does all the work under the hood with many popular browsers having support and as popular libraries like React/Preact using pollyfills when needed, Other amazing libraries supported as well.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThobyV/lit-request.git"
"url": "git+https://github.com/thobyv/lit-request.git"
},
"keywords": [
"fetch",
Expand All @@ -22,11 +22,11 @@
"lit"
],
"author": "thobyv",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThobyV/lit-request.git/issues"
"url": "https://github.com/thobyv/lit-request.git/issues"
},
"homepage": "https://github.com/ThobyV/lit-request#readme",
"homepage": "https://github.com/thobyv/lit-request#readme",
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
Expand Down

0 comments on commit 6287b12

Please sign in to comment.