Skip to content

Commit

Permalink
fix(exports): Add package.json to exports (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Aug 9, 2020
1 parent f3bac3a commit f77b2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plurals/package.json
Expand Up @@ -65,7 +65,8 @@
"require": "./plurals.js"
},
"./plurals.js"
]
],
"./package.json": "./package.json"
},
"browser": {
"./cardinals.js": "./cardinals.mjs",
Expand Down

0 comments on commit f77b2a5

Please sign in to comment.