Skip to content

Commit 7fc0e26

Browse files
committed
fix publishing;
1 parent fd9d7ed commit 7fc0e26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# redaxios
22

3-
The axios API, as a thin 800-byte wrapper around fetch().
3+
The axios API, as a thin **800-byte** wrapper around `fetch()`.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "redaxios",
33
"version": "0.1.0",
44
"description": "The API from Axios, as a tiny abstraction over Fetch.",
5-
"source": "src/index.mjs",
5+
"source": "src/index.js",
66
"main": "dist/redaxios.js",
7-
"umd:main": "dist/redaxios.js",
8-
"module": "dist/redaxios.mjs",
7+
"umd:main": "dist/redaxios.umd.js",
8+
"module": "dist/redaxios.module.js",
99
"scripts": {
1010
"build": "microbundle",
1111
"test": "eslint \"{src,test}/**/*.{mjs,js}\" && karmatic"

0 commit comments

Comments
 (0)