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 d1aba27 commit 7074c54Copy full SHA for 7074c54
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@idrinth-api-bench/chartjs-plugin-stdev-filler",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"keywords": [
5
"chartjs",
6
"chartjs-plugin",
@@ -11,6 +11,13 @@
11
"description": "This tiny plugin shows the standardeviation as a colored area around a line chart.",
12
"main": "src/index.js",
13
"type": "module",
14
+ "bugs": {
15
+ "url": "https://github.com/idrinth-api-bench/issues"
16
+ },
17
+ "repository": {
18
+ "url": "https://github.com/idrinth-api-bench/chartjs-plugin-stdev-filler"
19
20
+ "homepage": "https://idrinth-api-ben.ch",
21
"scripts": {
22
"prepublishOnly": "tsc -p tsconfig.json"
23
},
0 commit comments