Skip to content

Commit

Permalink
Merge pull request #419 from Kitware/dev-fixes
Browse files Browse the repository at this point in the history
new pvw, webpack dev fix
  • Loading branch information
TristanWright committed May 31, 2016
2 parents 05fc5ac + 94baf30 commit 3f1b408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bootstrap": "3.3.6",
"react-router": "2.0.1",

"paraviewweb": "1.5.4",
"paraviewweb": "1.6.0",
"simput": "1.2.0",
"pvw-visualizer": "1.0.11",

Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function nodeEnv() {
if (process.env.NODE_ENV) {
return '\'' + process.env.NODE_ENV + '\'';
}
return 'development';
return '\'development\'';
}

var definePlugin = new webpack.DefinePlugin({
Expand Down

0 comments on commit 3f1b408

Please sign in to comment.