Skip to content

Commit 1e86608

Browse files
author
Weffe
committed
chore(pkg): fix module entry field
1 parent 879718f commit 1e86608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.1.0",
55
"description": "Adds api versioning for axios",
66
"main": "dist/index.js",
7-
"module": "dist/axios-api-versioning.js",
7+
"module": "dist/axios-api-versioning.esm.js",
88
"typings": "dist/index.d.ts",
99
"sideEffects": false,
1010
"scripts": {

0 commit comments

Comments
 (0)