8000 feat(): add test scope for AngularJS 1.8 · angular-translate/angular-translate@a8a17ff · GitHub
[go: up one dir, main page]

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

Commit a8a17ff

Browse files
evilaliv3knalli
authored andcommitted
feat(): add test scope for AngularJS 1.8
1 parent 1128e14 commit a8a17ff

File tree

3 files changed

+28
-1
lines changed
Expand file tree

3 files changed

+28
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ env:
2828
- TEST_SCOPE=angular_1.5.x
2929
- TEST_SCOPE=angular_1.6.x
3030
- TEST_SCOPE=angular_1.7.x
31+
- TEST_SCOPE=angular_1.8.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
"tar": "^4.4.13"
103103
},
104104
"dependencies": {
105-
"angular": "^1.7.9"
105+
"angular": "^1.8.0"
106106
}
107107
}
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.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+
}

0 commit comments

Comments
 (0)
0