Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 7a44ddf

Browse files
committed
feat(): add test scope for AngularJS 1.7
1 parent b633bf8 commit 7a44ddf

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ env:
2424
- TEST_SCOPE=angular_1.4.x
2525
- TEST_SCOPE=angular_1.5.x
2626
- TEST_SCOPE=angular_1.6.x
27+
- TEST_SCOPE=angular_1.7.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"tar.gz": "^1.0.5"
102102
},
103103
"dependencies": {
104-
"angular": ">=1.2.26 <=1.6"
104+
"angular": ">=1.2.26 <=1.7"
105105
}
106106
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.7.0",
14+
"angular-mocks": "~1.7.0",
15+
"angular-cookies": "~1.7.0",
16+
"angular-sanitize": "~1.7.0",
17+
"messageformat": "~1.0.2"
18+
},
19+
"resolutions": {
20+
"angular": "~1.7.0"
21+
},
22+
"licenses": [{
23+
"type": "MIT",
24+
"url": "http://www.opensource.org/licenses/MIT"
25+
}]
26+
}

0 commit comments

Comments
 (0)