Skip to content

Commit

Permalink
chore(dependencies): Remove unnecessary babel-eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 29, 2016
1 parent c78ea21 commit 3746c71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions bin/mastarm
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ commander
process.argv.push('--verbose')
engine.cli(Object.assign({}, standard, {
cwd: process.cwd(),
homepage: 'https://github.com/conveyal/mastarm',
eslintConfig: {
parser: 'babel-eslint'
}
homepage: 'https://github.com/conveyal/mastarm'
}))
})

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"aws-sdk": "^2.4.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-jest": "^15.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
Expand Down Expand Up @@ -74,9 +73,6 @@
"watchify": "^3.7.0",
"yamljs": "^0.2.8"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"semantic-release": "^4.3.5"
}
Expand Down

0 comments on commit 3746c71

Please sign in to comment.