Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zellwk committed Sep 20, 2022
1 parent d5983f7 commit fb6c02f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "zl-fetch",
"version": "4.0.0",
"version": "4.0.1",
"description": "A library that makes the Fetch API easy to use",
"type": "module",
"files": ["src"],
"files": [
"src"
],
"exports": {
".": { "import": "./src/index.js" },
".": {
"import": "./src/index.js"
},
"./*": "./src/*"
},
"keywords": ["fetch", "javascript", "browser", "nodejs", "ajax"],
"keywords": [
"fetch",
"javascript",
"browser",
"nodejs",
"ajax"
],
"repository": "https://github.com/zellwk/zl-fetch",
"scripts": {
"test": "vitest run",
Expand Down

0 comments on commit fb6c02f

Please sign in to comment.