Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jul 27, 2018
1 parent e860db3 commit 3df81c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/scripts/_rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const externals = {
module: Object.keys(globals.module).concat([
'global',
'global/document',
'global/window',
'global/window'
]),
test: Object.keys(globals.test).concat([

Expand Down

0 comments on commit 3df81c5

Please sign in to comment.