Commit 5eeb34d8 authored by Boris Kocherov's avatar Boris Kocherov

add hadlebars in dependecies

parent 7e8d7883
renderjs.js
rsvp.js
jio.js
handlebars.js
node_modules/
npm-debug.log
.idea
......
......@@ -91,6 +91,9 @@ module.exports = function (grunt) {
}, {
src: 'node_modules/jio/dist/jio-latest.js',
dest: "jio.js"
}, {
src: 'node_modules/handlebars/dist/handlebars.js',
dest: "handlebars.js"
}]
}
},
......
......@@ -6,7 +6,8 @@
"dependencies": {
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git",
"renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git",
"jio": "git+https://lab.nexedi.com/nexedi/jio.git"
"jio": "git+https://lab.nexedi.com/nexedi/jio.git",
"handlebars": "4.0.5"
},
"devDependencies": {
"connect-livereload": "~0.3.0",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment