Skip to content

Commit

Permalink
Merge pull request #5340 from howel52:fix-packageJSNext
Browse files Browse the repository at this point in the history
[misc] Add module in addition to jsnext:main in package.json
  • Loading branch information
ichernev committed Apr 24, 2020
2 parents fc8885c + 9ce89e7 commit 0d0eabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"main": "./moment.js",
"jsnext:main": "./src/moment.js",
"module": "./src/moment.js",
"typings": "./moment.d.ts",
"typesVersions": {
">=3.1": {
Expand Down

0 comments on commit 0d0eabd

Please sign in to comment.