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 0a60f21 commit 7ec531dCopy full SHA for 7ec531d
package.json
@@ -1,14 +1,18 @@
1
{
2
"name": "chartjs-plugin-annotation",
3
"description": "Annotations for Chart.js",
4
- "version": "0.5.5",
+ "version": "0.5.6",
5
"author": "Evert Timberg <[email protected]>",
6
"license": "MIT",
7
"main": "src/index.js",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/chartjs/chartjs-plugin-annotation.git"
11
},
12
+ "scripts": {
13
+ "test": "gulp jshint",
14
+ "build": "gulp build"
15
+ },
16
"devDependencies": {
17
"browserify": "^13.0.0",
18
"gulp": "^3.9.1",
0 commit comments