Skip to content

Commit

Permalink
package.json: separate babel config into .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardotulio committed Jun 3, 2017
1 parent a010a2c commit 9f51f5e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"keywords": [
"trello"
],
"author": "Ricardo Ledo de Tulio <ledo.tulio@gmail.com>",
"author": "Ricardo Ledo de Tulio <ledo.tulio@gmail.com> (https://ricardotulio.github.io)",
"license": "GPL-3.0",
"devDependencies": {
"babel": "^6.23.0",
Expand All @@ -25,16 +25,6 @@
"nyc": "^10.3.2",
"regenerator-runtime": "^0.10.5"
},
"babel": {
"presets": [
"es2015"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
},
"dependencies": {
"bluebird": "^3.5.0",
"ramda": "^0.23.0",
Expand Down

0 comments on commit 9f51f5e

Please sign in to comment.