This repository was archived by the owner on Jan 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
test_scopes/angular_1.8.x Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 28
28
- TEST_SCOPE=angular_1.5.x
29
29
- TEST_SCOPE=angular_1.6.x
30
30
- TEST_SCOPE=angular_1.7.x
31
+ - TEST_SCOPE=angular_1.8.x
Original file line number Diff line number Diff line change 102
102
"tar" : " ^4.4.13"
103
103
},
104
104
"dependencies" : {
105
- "angular" : " ^1.7.9 "
105
+ "angular" : " ^1.8.0 "
106
106
}
107
107
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "author" : " Pascal Precht" ,
3
+ "name" : " angular-translate" ,
4
+ "description" : " A translation module for AngularJS" ,
5
+ "version" : " 0.0.0" ,
6
+ "homepage" : " http://github.com/angular-translate/angular-translate" ,
7
+ "ignore" : [],
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git://github.com/angular-translate/angular-translate"
11
+ },
12
+ "devDependencies" : {
13
+ "angular" : " ~1.8.0" ,
14
+ "angular-mocks" : " ~1.8.0" ,
15
+ "angular-cookies" : " ~1.8.0" ,
16
+ "angul
6CC3
ar-sanitize" : " ~1.8.0" ,
17
+ "messageformat" : " ~1.0.2"
18
+ },
19
+ "resolutions" : {
20
+ "angular" : " ~1.8.0"
21
+ },
22
+ "licenses" : [{
23
+ "type" : " MIT" ,
24
+ "url" : " http://www.opensource.org/licenses/MIT"
25
+ }]
26
+ }
You can’t perform that action at this time.
0 commit comments