Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Use a single plugin for transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jul 25, 2016
1 parent 49cd8d0 commit 51fae6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 4
- 5
- 6
- node
sudo: false
git:
depth: 1
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "leo",
"repository": "leo/cory",
"babel": {
"presets": [
"es2015"
"plugins": [
"transform-es2015-modules-commonjs"
]
},
"keywords": [
Expand Down Expand Up @@ -69,8 +69,7 @@
},
"devDependencies": {
"ava": "^0.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
Expand Down

0 comments on commit 51fae6c

Please sign in to comment.