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