Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit c6c24e4

Browse files
test(typescript): explicitly add types/angular to all downstream typescript tests
1 parent 1a35796 commit c6c24e4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/typescript2.3/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11+
"@types/angular": "latest",
1112
"@uirouter/angularjs": "latest",
1213
"typescript": "2.3"
1314
},

test/typescript2.4/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11+
"@types/angular": "latest",
1112
"@uirouter/angularjs": "latest",
1213
"typescript": "2.4"
1314
},

test/typescript2.5/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11+
"@types/angular": "latest",
1112
"@uirouter/angularjs": "latest",
1213
"typescript": "2.5"
1314
},

test/typescript2.6/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"author": "",
99
"license": "MIT",
1010
"dependencies": {
11+
"@types/angular": "latest",
1112
"@uirouter/angularjs": "latest",
1213
"typescript": "2.6"
1314
},

0 commit comments

Comments
 (0)