Skip to content

Commit 8b06b6d

Browse files
committed
add missing dev dependency to package.json
1 parent 4c57438 commit 8b06b6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"plugin",
2020
"panel"
2121
],
22-
"author": "Raintank",
22+
"author": "Grafana Labs",
2323
"license": "MIT",
2424
"devDependencies": {
2525
"babel": "~6.5.1",
@@ -47,7 +47,8 @@
4747
"karma-systemjs": "^0.15.0",
4848
"load-grunt-tasks": "^3.5.2",
4949
"mocha": "^3.1.0",
50-
"onchange": "^3.0.2"
50+
"onchange": "^3.0.2",
51+
"systemjs": "^0.19.24"
5152
},
5253
"dependencies": {
5354
"es6-module-loader": "^0.17.11",

0 commit comments

Comments
 (0)