Browse Source

move sinon to dev deps

pull/80/head
Gary Katsevman 12 years ago
parent
commit
d04a92c93d
  1. 3
      package.json

3
package.json

@ -23,7 +23,8 @@
"grunt-concurrent": "0.4.3",
"grunt-open": "0.2.3",
"grunt-shell": "0.6.1",
"grunt": "~0.4.1"
"grunt": "~0.4.1",
"sinon": "~1.9.0"
},
"dependencies": {
"video.js": "git+https://github.com/videojs/video.js.git#v4.4.1",

Loading…
Cancel
Save