Skip to content

Commit

Permalink
fix(dependencies): remove babel-eslint and update snazzy (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoseph Maguire committed Dec 24, 2021
1 parent b5d8c72 commit 66d43d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -62,7 +62,6 @@
"net": false
},
"dependencies": {
"babel-eslint": "^10.1.0",
"collections": "^5.1.12",
"commist": "^1.0.0",
"concat-stream": "^2.0.0",
Expand Down Expand Up @@ -99,15 +98,14 @@
"rimraf": "^3.0.2",
"should": "^13.2.1",
"sinon": "^9.0.0",
"snazzy": "^8.0.0",
"snazzy": "^9.0.0",
"standard": "^16.0.4",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.2.2",
"uglify-es": "^3.3.9"
},
"standard": {
"parser": "babel-eslint",
"env": [
"mocha"
],
Expand Down

0 comments on commit 66d43d4

Please sign in to comment.