Skip to content

Commit

Permalink
Merge pull request decaporg#242 from bkniffler/patch-1
Browse files Browse the repository at this point in the history
Add missing quotes to babelrc
  • Loading branch information
calavera authored Feb 24, 2017
2 parents b777343 + 2fa251f commit 73d5cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": ["es2015", "stage-1", "react"],
"plugins": ["lodash", ["babel-plugin-transform-builtin-extend", {
globals: ["Error"]
"globals": ["Error"]
}]]
}

0 comments on commit 73d5cf9

Please sign in to comment.