Skip to content

Commit

Permalink
Merge pull request #14 from cribspot/babelrc
Browse files Browse the repository at this point in the history
Move babel settings to .babelrc
  • Loading branch information
dashed authored Jul 10, 2017
2 parents c35371b + f515936 commit b038b7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"es2015"
]
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.babelrc
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"prepublish": "npm run lint && npm run test",
"travis": "npm run lint && npm run test"
},
"babel": {
"presets": [
"es2015"
]
},
"author": {
"name": "Alberto Leal",
"email": "mailforalberto@gmail.com",
Expand Down

0 comments on commit b038b7b

Please sign in to comment.