Skip to content

Commit

Permalink
Changed const to var
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand2489 committed Jun 12, 2019
1 parent c363679 commit ad480ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// http://stackoverflow.com/questions/33505992/babel-6-changes-how-it-exports-default

const lib = require("./build")
var lib = require("./build")
module.exports = lib.default

0 comments on commit ad480ad

Please sign in to comment.