Skip to content

Commit

Permalink
We need the commonjs compiler, though
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Mar 24, 2019
1 parent 7147d08 commit c8ec58a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"babel-jest": "^24.5.0",
"coveralls": "^3.0.3",
"jest": "^24.5.0",
"standard": "^12.0.1"
},
"babel": {
"presets": [],
"plugins": [
"@babel/plugin-transform-modules-umd"
"@babel/plugin-transform-modules-commonjs"
]
},
"standard": {
Expand Down

0 comments on commit c8ec58a

Please sign in to comment.