Skip to content

Commit

Permalink
Change typescript-eslint-parser to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 24, 2017
1 parent b9d81be commit 73529c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"mocha": "^3.1.2",
"nyc": "^10.0.0",
"rimraf": "^2.5.4",
"typescript": "^2.0.10"
"typescript": "^2.0.10",
"typescript-eslint-parser": "^1.0.2"
},
"dependencies": {
"eslint-plugin-typescript": "^0.1.0",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.issymbol": "^4.0.1",
"typescript-eslint-parser": "^1.0.2"
"lodash.issymbol": "^4.0.1"
},
"nyc": {
"all": true,
Expand Down

0 comments on commit 73529c4

Please sign in to comment.