Skip to content

Commit

Permalink
fix(lib): wrong types file reference in lib package.json (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <[email protected]>
  • Loading branch information
hannahiss and julien-deramond committed Feb 6, 2024
1 parent e3b6f97 commit fb8d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./dist/**/*"
],
"main": "./dist/ods-charts.js",
"types": "./dist/ods-charts.d.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "webpack",
"netlify": "npm run build ; cp -R dist docs/ ; npm run typedoc",
Expand Down

0 comments on commit fb8d545

Please sign in to comment.