Skip to content

Commit 50197fe

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
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)