Skip to content

Commit

Permalink
Cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zellwk committed Sep 21, 2022
1 parent a5085d5 commit ffa76b0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,12 @@
"version": "4.0.2",
"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 ffa76b0

Please sign in to comment.