Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kasprowicz committed Jun 18, 2018
1 parent d5c5a1a commit 6c6617e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,8 +33,8 @@
],
"dependencies": {
"keen-analysis": "^2.0.0",
"keen-dataviz": "^2.0.0",
"keen-tracking": "^2.0.0"
"keen-dataviz": "^2.0.6",
"keen-tracking": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -86,7 +86,7 @@ module.exports = {
watchContentBase: true,
},

externals: process.env.BUNDLE ? {} : {
externals: process.env.BUNDLE || process.env.NODE_ENV === 'development' ? {} : {
'keen-dataviz': 'keen-dataviz',
'keen-tracking': 'keen-tracking',
'keen-analysis': 'keen-analysis',
Expand Down

0 comments on commit 6c6617e

Please sign in to comment.