We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422da1e commit 599a463Copy full SHA for 599a463
package.json
@@ -8,6 +8,14 @@
8
"main": "dist/chartjs-plugin-annotation.js",
9
"module": "dist/chartjs-plugin-annotation.esm.js",
10
"types": "types/index.d.ts",
11
+ "jsdelivr": "dist/chartjs-plugin-annotation.min.js",
12
+ "unpkg": "dist/chartjs-plugin-annotation.min.js",
13
+ "exports": {
14
+ "types": "./types/index.d.ts",
15
+ "import": "./dist/chartjs-plugin-annotation.esm.js",
16
+ "require": "./dist/chartjs-plugin-annotation.min.js",
17
+ "script": "./dist/chartjs-plugin-annotation.min.js"
18
+ },
19
"repository": {
20
"type": "git",
21
"url": "https://github.com/chartjs/chartjs-plugin-annotation.git"
0 commit comments