Skip to content

Commit 7fce4b3

Browse files
committed
feat(nutrition): expose nutrition package subpath
1 parent 6aaa217 commit 7fce4b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"types": "./dist/db.d.ts",
3434
"default": "./dist/db.js"
3535
},
36+
"./nutrition": {
37+
"types": "./dist/nutrition/index.d.ts",
38+
"default": "./dist/nutrition/index.js"
39+
},
3640
"./state": {
3741
"types": "./dist/state.d.ts",
3842
"default": "./dist/state.js"

0 commit comments

Comments
 (0)