Skip to content

Commit

Permalink
[package.json] add ./package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hatem-72 committed Jul 11, 2022
1 parent 4fe7be9 commit 1bda234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
".": {
"import": "./src/luxon.js",
"require": "./build/node/luxon.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "babel-node tasks/buildAll.js",
Expand Down

0 comments on commit 1bda234

Please sign in to comment.