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

Commit d4d7dd5

Browse files
committed
chore(npm): update deps
1 parent d170b3e commit d4d7dd5

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ before_script:
1515

1616
script:
1717
- gulp jshint karma:unit
18+
19+
addons:
20+
code_climate:
21+
repo_token: b5ed978a0e88f95b003a668583ae70815e18cd71019d526023b5e9c7703ec076

bower.json

+13-14
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,20 @@
3333
"CONTRIBUTING.md"
3434
],
3535
"dependencies": {
36-
"angular": "~1.2.16",
37-
"bootstrap": "~3.1.1",
38-
"angular-motion": "~0.3.3"
36+
"angular": "^1.2.21",
37+
"bootstrap": "^3.2.0",
38+
"angular-motion": "^0.3.3"
3939
},
4040
"devDependencies": {
41-
"angular-animate": "~1.2.16",
42-
"angular-i18n": "~1.2.16",
43-
"angular-mocks": "~1.2.16",
44-
"angular-motion": "~0.3.1",
45-
"angular-route": "~1.2.16",
46-
"angular-sanitize": "~1.2.16",
47-
"angular-scenario": "~1.2.16",
48-
"fastclick": "~1.0.2",
49-
"font-awesome": "~4.1.0",
50-
"highlightjs": "~8.0.0",
51-
"jquery": "~2.1.1"
41+
"angular-animate": "^1.2.21",
42+
"angular-i18n": "^1.2.21",
43+
"angular-mocks": "^1.2.21",
44+
"angular-route": "^1.2.21",
45+
"angular-sanitize": "^1.2.21",
46+
"angular-scenario": "^1.2.21",
47+
"highlightjs": "^8.0.0",
48+
"jquery": "^2.1.1",
49+
"font-awesome": "^4.1.0",
50+
"fastclick": "^1.0.3"
5251
}
5352
}

gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ gulp.task('karma:server', ['templates:test'], function() {
396396
process.exit(code);
397397
});
398398
});
399+
// codeclimate-test-reporter
399400
gulp.task('karma:travis', ['templates:test'], function() {
400401
karma.start({
401402
configFile: path.join(__dirname, 'test/karma.conf.js'),

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dependencies": {},
2727
"devDependencies": {
2828
"chalk": "^0.5.1",
29+
"codeclimate-test-reporter": "0.0.3",
2930
"gulp": "^3.8.6",
3031
"gulp-autoprefixer": "0.0.8",
3132
"gulp-changed": "^0.4.0",

0 commit comments

Comments
 (0)