Skip to content

Commit

Permalink
Added tslint as a dev dependency
Browse files Browse the repository at this point in the history
Also updated other dependencies
  • Loading branch information
luisfpg committed Aug 8, 2019
1 parent 2fe4e06 commit 8c4297a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 23 deletions.
54 changes: 34 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/json-schema": "^7.0.3",
"@types/lodash": "^4.14.136",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.6.8",
"@types/node": "^12.7.1",
"argparse": "^1.0.10",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
Expand All @@ -49,13 +49,13 @@
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.15",
"@types/jasmine": "^3.4.0",
"jasmine": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
"mem": "^5.1.1",
"ncp": "^2.0.0",
"replace-in-file": "^4.1.1",
"replace-in-file": "^4.1.2",
"rimraf": "^2.6.3",
"tslint": "^5.18.0",
"typescript-parser": "^2.6.1"
Expand Down

0 comments on commit 8c4297a

Please sign in to comment.