Skip to content

Commit 1bd800f

Browse files
authored
Merge pull request #49 from netlify-labs/fix-typo-module
fix: typo in `module` field
2 parents 8799796 + 45fb451 commit 1bd800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "https://www.github.com/sw-yx/react-netlify-identity",
88
"main": "dist/index.js",
99
"umd:main": "dist/react-netlify-identity.umd.production.js",
10-
"module": "dist/react-netlify-identity.es.production.js",
10+
"module": "dist/react-netlify-identity.esm.production.js",
1111
"typings": "dist/index.d.ts",
1212
"jsnext:main": "dist/index.es.js",
1313
"engines": {

0 commit comments

Comments
 (0)