Skip to content

Commit

Permalink
fix(package): install typescript as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Feb 15, 2018
1 parent 4451003 commit e0a7556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,7 +11,6 @@
"@angular/platform-browser-dynamic": "^5.2.5",
"codelyzer": "^4.1.0",
"rxjs": "^5.5.6",
"typescript": "^2.7.2",
"zone.js": "^0.8.20"
},
"description": "This is just my personal tslint configuration.",
Expand All @@ -27,7 +26,8 @@
"husky": "^0.14.3",
"load-grunt-config": "^0.19.2",
"mocha": "^5.0.1",
"tslint": "^5.9.1"
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"engines": {
"node": ">=6.11.2"
Expand Down

0 comments on commit e0a7556

Please sign in to comment.