Commit 7e8d7883 authored by Boris Kocherov's avatar Boris Kocherov

remove tv4 from dependencies, use local version

parent a0960a17
......@@ -91,9 +91,6 @@ module.exports = function (grunt) {
}, {
src: 'node_modules/jio/dist/jio-latest.js',
dest: "jio.js"
}, {
src: 'node_modules/tv4/tv4.js',
dest: "tv4.js"
}]
}
},
......
......@@ -6,8 +6,7 @@
"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",
"tv4": "1.3.0"
"jio": "git+https://lab.nexedi.com/nexedi/jio.git"
},
"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