Update is-my-json-valid depedency to fix webpack issue

This commit is contained in:
Chris Clark
2015-08-28 11:28:18 -07:00
parent e343f3beb8
commit 0cda15f2b5
3 changed files with 9 additions and 12 deletions

View File

@@ -21,9 +21,6 @@ function webpackConfig(extension, overrides) {
path: './build/',
filename: ['ripple-', extension].join(pkg.version)
},
node: {
console: true
},
module: {
loaders: [{
test: /\.js$/,