Skip to content

Commit

Permalink
add tslib peer and module field
Browse files Browse the repository at this point in the history
  • Loading branch information
trash-and-fire committed May 21, 2022
1 parent 2106d7d commit 9ae4dd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -43,6 +44,7 @@
"tslib": "~2.4.0"
},
"peerDependencies": {
"lightweight-charts": ">=3.8.0"
"lightweight-charts": ">=3.8.0",
"tslib": "*"
}
}

0 comments on commit 9ae4dd7

Please sign in to comment.