Skip to content

Commit

Permalink
fix: export data
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed May 1, 2021
1 parent 71ab42e commit 951fe81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
"import": "./src/index.js",
"require": "./lib/index.cjs"
},
"./data": {
"import": "./src/data.js",
"require": "./lib/data.cjs"
},
"./package.json": "./package.json"
},
"main": "./lib/index.cjs",
Expand Down

0 comments on commit 951fe81

Please sign in to comment.