Skip to content

Commit

Permalink
chore: put babel conf in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 13, 2018
1 parent 3b365dc commit de57379
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .babelrc

This file was deleted.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"description": "conventional-changelog preset",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager",
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": "4"
}
}
]
]
},
"bugs": {
"url": "https://github.com/vanduynslagerp/conventional-changelog-metahub/issues"
},
Expand Down

0 comments on commit de57379

Please sign in to comment.