We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9d7ed commit 7fc0e26Copy full SHA for 7fc0e26
README.md
@@ -1,3 +1,3 @@
1
# redaxios
2
3
-The axios API, as a thin 800-byte wrapper around fetch().
+The axios API, as a thin **800-byte** wrapper around `fetch()`.
package.json
@@ -2,10 +2,10 @@
"name": "redaxios",
"version": "0.1.0",
4
"description": "The API from Axios, as a tiny abstraction over Fetch.",
5
- "source": "src/index.mjs",
+ "source": "src/index.js",
6
"main": "dist/redaxios.js",
7
- "umd:main": "dist/redaxios.js",
8
- "module": "dist/redaxios.mjs",
+ "umd:main": "dist/redaxios.umd.js",
+ "module": "dist/redaxios.module.js",
9
"scripts": {
10
"build": "microbundle",
11
"test": "eslint \"{src,test}/**/*.{mjs,js}\" && karmatic"
0 commit comments