Skip to content

Commit

Permalink
style: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed May 18, 2018
1 parent d5ba74d commit dc3c0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
library: 'feather',
// Prevents webpack from referencing `window` in the UMD build
// Source: https://git.io/vppgU
globalObject: 'typeof self !== \'undefined\' ? self : this',
globalObject: "typeof self !== 'undefined' ? self : this",
},
devtool: 'source-map',
module: {
Expand Down

0 comments on commit dc3c0cc

Please sign in to comment.