Skip to content

Commit a6164d0

Browse files
authored
Add types to package.json (#295)
1 parent bf8d435 commit a6164d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "chartjs-plugin-annotation",
33
"description": "Annotations for Chart.js",
4-
"version": "1.0.0-beta",
4+
"version": "1.0.0-beta.2",
55
"author": "Evert Timberg <[email protected]>",
66
"license": "MIT",
77
"main": "dist/chartjs-plugin-annotation.js",
88
"module": "dist/chartjs-plugin-annotation.esm.js",
9+
"types": "types/index.d.ts",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/chartjs/chartjs-plugin-annotation.git"

0 commit comments

Comments
 (0)