Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 3a8a59d

Browse files
Daniel SmithDaniel Smith
authored andcommitted
Merge commit '12c0d9e0900b167ab38b245083ca02644ad7823b' into npm-fix
# Conflicts: # .gitignore # bower.json # package.json
2 parents 7289fa1 + 12c0d9e commit 3a8a59d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"README.md"
3434
],
3535
"dependencies": {
36-
"bootstrap": "^3.x",
36+
"bootstrap": "~3.3.5",
3737
"angular": "^1.5",
3838
"angular-sanitize": "^1.5",
3939
"angular-bootstrap": "^1.1.2",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"main": "index.js",
2323
"devDependencies": {
2424
"gulp": "^3.9.0",
25-
"gulp-bump": "^0.3.1",
26-
"gulp-concat": "^2.4.1",
25+
"gulp-bump": "^1.0.0",
26+
"gulp-concat": "^2.6.0",
2727
"gulp-connect": "^2.2.0",
28-
"gulp-header": "^1.2.2",
29-
"gulp-jshint": "^1.8.4",
30-
"gulp-minify": "0.0.3",
31-
"gulp-minify-css": "^0.3.10",
32-
"gulp-rename": "^1.2.0",
33-
"gulp-util": "^3.0.5",
34-
"gulp-wrap": "^0.3.0",
28+
"gulp-header": "^1.7.1",
29+
"gulp-jshint": "^1.11.2",
30+
"gulp-minify": "0.0.5",
31+
"gulp-minify-css": "^1.2.1",
32+
"gulp-rename": "^1.2.2",
33+
"gulp-util": "^3.0.6",
34+
"gulp-wrap": "^0.11.0"
3535
"jasmine-core": "^2.3.4",
3636
"karma": "^0.13.10",
3737
"karma-jasmine": "^0.3.6",

0 commit comments

Comments
 (0)