Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
added missed hogan.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schult committed Dec 2, 2015
1 parent 3323342 commit eccb07f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion master/public/js/views/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

var hogan = require("hogan");
var hogan = require("hogan.js");

var str =
'<li class="clients-list-item client" {{^up}}disabled{{/up}} client="{{id}}">\
Expand Down
2 changes: 1 addition & 1 deletion master/public/js/views/group.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var hogan = require("hogan");
var hogan = require("hogan.js");
var viewHeading = require("./heading");

var str =
Expand Down
2 changes: 1 addition & 1 deletion master/public/js/views/heading.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var hogan = require("hogan");
var hogan = require("hogan.js");

var str =
'<div class="heading"> \
Expand Down
2 changes: 1 addition & 1 deletion master/public/js/views/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var hogan = require("hogan");
var hogan = require("hogan.js");

var str =
'<header class="clients-main">\
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"envify": "^3.4.0",
"font-awesome": "^4.3.0",
"hogan": "^1.0.2",
"hogan.js": "^3.0.2",
"interact.js": "^1.2.4",
"istanbul": "^0.3.17",
"jquery": "^2.1.4",
Expand All @@ -64,7 +65,7 @@
"postcss": "^4.1.13",
"requirejs": "^2.1.18",
"socket.io-client": "^1.3.5",
"staticr": "^2.1.3",
"staticr": "^3.1.1",
"uglify-js": "^2.4.23"
}
}

0 comments on commit eccb07f

Please sign in to comment.