Skip to content

Commit 50197fe

Browse files
authored
[package.json] add ./package.json to exports (#1239)
1 parent 0ebb436 commit 50197fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
".": {
1313
"import": "./src/luxon.js",
1414
"require": "./build/node/luxon.js"
15-
}
15+
},
16+
"./package.json": "./package.json"
1617
},
1718
"scripts": {
1819
"build": "babel-node tasks/buildAll.js",

0 commit comments

Comments
 (0)