1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 21:00:45 +00:00

Move handlebars loader to dev dependencies

This commit is contained in:
Alberto Fernández Capel 2018-05-14 15:22:58 +01:00
parent 1087fa6797
commit de645afff9
2 changed files with 8439 additions and 12 deletions

File diff suppressed because it is too large Load diff

View file

@ -46,8 +46,7 @@
"express-session": "^1.14.2",
"fs-extra": "^4.0.2",
"fuse.js": "^3.0.0",
"handlebars": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.11.tgz",
"handlebars-loader": "https://registry.npmjs.org/handlebars-loader/-/handlebars-loader-1.7.0.tgz",
"handlebars": "^4.0.11",
"heapdump": "^0.3.7",
"helmet": "^3.8.1",
"http-proxy": "^1.8.1",
@ -142,6 +141,7 @@
"grunt-postcss": "^0.8.0",
"grunt-sed": "^0.1.1",
"grunt-shell": "^2.1.0",
"handlebars-loader": "^1.7.0",
"karma": "^2.0.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",