remove unneeded package and comma in jade

This commit is contained in:
Henry Oswald 2016-11-14 10:48:06 +00:00
parent 666bfdf967
commit 47ed17aab3
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ block content
window.data = {
projects: !{JSON.stringify(projects).replace(/\//g, '\\/')},
tags: !{JSON.stringify(tags).replace(/\//g, '\\/')},
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')},
notifications: !{JSON.stringify(notifications).replace(/\//g, '\\/')}
};
window.algolia = {
institutions: {

View file

@ -25,7 +25,6 @@
"dateformat": "1.0.4-1.2.3",
"express": "4.13.0",
"express-session": "1.11.3",
"feedparser": "^1.1.5",
"grunt": "^0.4.5",
"heapdump": "^0.3.7",
"http-proxy": "^1.8.1",