Skip to content

Commit

Permalink
[all] Hoist typescript to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed May 18, 2018
1 parent 20435a1 commit 7b77998
Show file tree
Hide file tree
Showing 31 changed files with 33,425 additions and 6,395 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"engines": {
"node": ">=8"
},
"dependencies": {
"typescript": "^2.8.3"
}
}
6 changes: 0 additions & 6 deletions packages/analyzer/package-lock.json

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

1 change: 0 additions & 1 deletion packages/analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"temp": "^0.8.3",
"tsc-then": "^1.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.1",
"typescript-json-schema": "^0.21.0"
},
"dependencies": {
Expand Down
6 changes: 0 additions & 6 deletions packages/browser-capabilities/package-lock.json

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

3 changes: 1 addition & 2 deletions packages/browser-capabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"mocha": "^5.1.1",
"source-map-support": "^0.4.15",
"tsc-then": "^1.1.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"tslint": "^5.9.1"
},
"dependencies": {
"@types/ua-parser-js": "^0.7.31",
Expand Down
Loading

0 comments on commit 7b77998

Please sign in to comment.