Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 00d7a49

Browse files
author
sluger
committed
set unpkg and module
1 parent 21eb7c5 commit 00d7a49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "chartjs-plugin-error-bars",
33
"version": "1.2.2",
44
"description": "Error Bars Chart.js Plugin",
5-
"main": "build/Plugin.Errorbars.js",
65
"repository": {
76
"type": "git",
87
"url": "git+https://github.com/datavisyn/chartjs-plugin-error-bars.git"
98
},
9+
"main": "build/Plugin.Errorbars.js",
10+
"unpkg": "build/Plugin.Errorbars.min.js",
11+
"module": "build/Plugin.Errorbars.mjs",
1012
"keywords": [
1113
"chartjs",
1214
"chartjs-plugin",

0 commit comments

Comments
 (0)