install mocha-webpack. also switch hark to npm version instead of github version

This commit is contained in:
Devin Howard 2017-03-04 14:18:06 -08:00
parent a6c1c0c730
commit 137004a47f

View file

@ -35,7 +35,7 @@
"csv-parse": "1.1.10",
"emoji-mart": "0.3.7",
"getscreenmedia": "2.0.0",
"hark": "git://github.com/otalk/hark#342ef9b7eff2",
"hark": "1.1.5",
"howler": "2.0.2",
"jquery": "3.1.1",
"json-loader": "0.5.4",
@ -45,9 +45,9 @@
"react": "15.4.2",
"react-dom": "15.4.2",
"react-dropzone": "3.9.1",
"react-onclickoutside": "^5.9.0",
"react-onclickoutside": "5.9.0",
"redux": "3.6.0",
"riek": "^1.0.7",
"riek": "1.0.7",
"simplewebrtc": "2.2.2",
"socket.io": "1.3.7",
"webpack": "1.14.0"
@ -61,7 +61,8 @@
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0"
"mocha": "^3.2.0",
"mocha-webpack": "^0.7.0"
},
"optionalDependencies": {
"raml2html": "4.0.5"