Skip to content

Commit 7ec531d

Browse files
committed
Add npm scripts
1 parent 0a60f21 commit 7ec531d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "chartjs-plugin-annotation",
33
"description": "Annotations for Chart.js",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"author": "Evert Timberg <[email protected]>",
66
"license": "MIT",
77
"main": "src/index.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/chartjs/chartjs-plugin-annotation.git"
1111
},
12+
"scripts": {
13+
"test": "gulp jshint",
14+
"build": "gulp build"
15+
},
1216
"devDependencies": {
1317
"browserify": "^13.0.0",
1418
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)