Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from teamleadercrm/feature/commonjs-module
Browse files Browse the repository at this point in the history
Compile the js as a CommonJS module, npm loves this!
  • Loading branch information
driesd authored Jun 16, 2017
2 parents 821e1fb + 2d18355 commit d065177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"presets": [
["es2015", { "modules" : false }],
"react",
"stage-1"
"es2015",
"stage-0",
"react"
],
"plugins": [
"transform-runtime"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.11.6",
"better-npm-run": "0.0.11",
"connect-history-api-fallback": "^1.3.0",
Expand Down

0 comments on commit d065177

Please sign in to comment.