Skip to content

Commit

Permalink
Merge pull request #90 from apostolos/master
Browse files Browse the repository at this point in the history
Add module entry point for Webpack 2
  • Loading branch information
taion authored Aug 5, 2016
2 parents 4985e3c + 61fedf9 commit 6bba987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
],
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"scripts": {
"build": "npm run build-cjs && npm run build-es",
"build-cjs": "rimraf lib && babel ./src -d lib",
Expand Down

0 comments on commit 6bba987

Please sign in to comment.