Skip to content

Commit

Permalink
fix: path to types in package.json (#603)
Browse files Browse the repository at this point in the history
* fix: paths in package.json

Co-authored-by: talamcol <talamcol>
  • Loading branch information
talamcol committed Feb 25, 2022
1 parent 980d0d8 commit 696c570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"sideEffects": false,
"main": "./pkg/cjs/index.js",
"module": "./pkg/esm/index.js",
"types": "./pkg/types/src/index.d.ts",
"files": [
"pkg/**/*",
"assets/**/*"
Expand Down

0 comments on commit 696c570

Please sign in to comment.