Skip to content

Commit

Permalink
feat: node engines and babel transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jul 22, 2018
1 parent a041ff9 commit 80046c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": ["env"],
"plugins": [
"transform-class-properties"
]
}
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,15 @@
"url": "https://github.com/iamogbz/node-js-boilerplate/issues"
},
"homepage": "https://github.com/iamogbz/node-js-boilerplate#readme",
"engines": {
"node": ">=10.4.0",
"npm": ">=6.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
Expand Down

0 comments on commit 80046c5

Please sign in to comment.