Skip to content

Commit 57622fd

Browse files
authored
Merge pull request #13 from maxplanck-ie/missing_deps
Add missing dependencies
2 parents f12bd01 + 7ab89cd commit 57622fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hicbrowser/client/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"feature-viewer": "^0.1.44",
3737
"grunt-contrib-watch": "^1.0.0",
3838
"grunt-processhtml": "^0.3.13",
39-
"jquery": "^2.2.2"
39+
"jquery": "^2.2.2",
40+
"underscore": "^1.8.3",
41+
"handlebars": "^4.0.6"
4042
}
4143
}

0 commit comments

Comments
 (0)