Skip to content

Commit

Permalink
Adding full dist directory to package.json exports. (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Apr 10, 2020
1 parent fa543d4 commit b0bbd2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"version": "6.3.0",
"main": "dist/system-node.cjs",
"exports": {
"node": "./dist/system-node.cjs",
"default": "./dist/system.min.js"
".": {
"node": "./dist/system-node.cjs",
"default": "./dist/system.min.js"
},
"./dist/": "./dist/"
},
"description": "Dynamic ES module loader",
"repository": {
Expand Down

0 comments on commit b0bbd2d

Please sign in to comment.