Skip to content

Commit

Permalink
Update is-my-json-valid depedency to fix webpack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Clark committed Aug 28, 2015
1 parent e343f3b commit 0cda15f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ function webpackConfig(extension, overrides) {
path: './build/',
filename: ['ripple-', extension].join(pkg.version)
},
node: {
console: true
},
module: {
loaders: [{
test: /\.js$/,
Expand Down
16 changes: 8 additions & 8 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"extend": "~1.2.1",
"hash.js": "^1.0.3",
"https-proxy-agent": "^1.0.0",
"is-my-json-valid": "^2.12.0",
"is-my-json-valid": "^2.12.2",
"lodash": "^3.1.0",
"lru-cache": "~2.5.0",
"ripple-address-codec": "^1.6.0",
Expand Down

0 comments on commit 0cda15f

Please sign in to comment.