Skip to content

Commit

Permalink
Babel CJS interop
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Dec 23, 2015
1 parent d31b7b6 commit a76324d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib/').default
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
"standard": "^5.4.1",
"tmp": "0.0.28"
},
"main": "lib/index.js",
"main": "index.js",
"files": [
"lib/"
"lib/",
"index.js"
],
"scripts": {
"prepublish": "npm run clean && npm run build",
Expand Down

0 comments on commit a76324d

Please sign in to comment.