Skip to content

Commit 1b6827f

Browse files
committed
chore(update): update dependencies in NPM (package.json) and Bower (bower.json)
1 parent f206ea3 commit 1b6827f

5 files changed

Lines changed: 64 additions & 58 deletions

File tree

bower.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "ngDevstack",
33
"version": "0.3.2",
4-
"devDependencies": {
5-
"angular": "~1.2.26",
6-
"angular-bootstrap": "~0.11.2",
7-
"angular-mocks": "~1.2.26",
8-
"angular-ui-router": "0.2.11",
9-
"bootstrap-sass-official": "3.2.0"
10-
},
11-
"dependencies": {}
4+
"ignore": [
5+
"**/.*",
6+
"node_modules",
7+
"test",
8+
"tests",
9+
"vendor"
10+
],
11+
"dependencies": {
12+
"angular": "~1.4.3",
13+
"angular-bootstrap": "~0.13.1",
14+
"angular-mocks": "~1.4.3",
15+
"angular-ui-router": "0.2.15",
16+
"bootstrap-sass": "3.3.5",
17+
"animate.css": "~3.3.0"
18+
}
1219
}

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"directory": "./vendor/",
2525
"exclude": [
2626
"jquery",
27-
"vendor/bootstrap-sass-official/assets/javascripts"
27+
"vendor/bootstrap-sass/assets/javascripts"
2828
]
2929
}
3030
}

package.json

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,54 @@
22
"author": "Mariusz Michalski",
33
"name": "ngDevstack",
44
"version": "0.3.2",
5-
"licenses": {
6-
"type": "MIT",
7-
"url": "https://raw2.github.com/mariuszm/ng-devstack/master/LICENSE.md"
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/mariuszm/ng-devstack.git"
9+
},
10+
"engines": {
11+
"npm": ">=0.12.0"
812
},
913
"devDependencies": {
10-
"connect": "^3.2.0",
11-
"connect-livereload": "^0.4.0",
12-
"connect-modrewrite": "^0.7.9",
13-
"del": "^0.1.3",
14-
"express": "^4.9.5",
15-
"gulp": "^3.8.8",
16-
"gulp-angular-templatecache": "^1.4.2",
17-
"gulp-autoprefixer": "^1.0.1",
18-
"gulp-bytediff": "^0.2.0",
19-
"gulp-concat": "^2.4.1",
20-
"gulp-concat-util": "^0.5.1",
14+
"browser-sync": "^2.8.0",
15+
"del": "^1.2.0",
16+
"gulp": "^3.9.0",
17+
"gulp-angular-templatecache": "^1.7.0",
18+
"gulp-autoprefixer": "^2.3.1",
19+
"gulp-bytediff": "^0.2.1",
20+
"gulp-concat": "^2.6.0",
21+
"gulp-csso": "^1.0.0",
2122
"gulp-filesize": "0.0.6",
22-
"gulp-html-replace": "^1.3.0",
23-
"gulp-imagemin": "^1.0.1",
24-
"gulp-inject": "^1.0.2",
23+
"gulp-filter": "^2.0.2",
24+
"gulp-html-replace": "^1.5.1",
25+
"gulp-imagemin": "^2.3.0",
26+
"gulp-inject": "^1.5.0",
2527
"gulp-intercept": "^0.1.0",
26-
"gulp-jshint": "^1.8.5",
27-
"gulp-karma": "0.0.4",
28-
"gulp-livereload": "^2.1.1",
29-
"gulp-load-plugins": "^0.7.0",
30-
"gulp-minify-css": "^0.3.10",
31-
"gulp-minify-html": "^0.1.6",
32-
"gulp-newer": "^0.3.0",
33-
"gulp-ng-annotate": "^0.3.3",
34-
"gulp-plumber": "^0.6.6",
35-
"gulp-rename": "^1.2.0",
36-
"gulp-sass": "^1.0.0",
37-
"gulp-size": "^1.1.0",
38-
"gulp-sourcemaps": "^1.2.2",
39-
"gulp-uglify": "^1.0.1",
40-
"gulp-util": "^3.0.1",
28+
"gulp-jshint": "^1.11.2",
29+
"gulp-load-plugins": "^0.10.0",
30+
"gulp-minify-html": "^1.0.4",
31+
"gulp-newer": "^0.5.1",
32+
"gulp-ng-annotate": "^1.0.0",
33+
"gulp-plumber": "^1.0.1",
34+
"gulp-sass": "^2.0.4",
35+
"gulp-size": "^1.2.3",
36+
"gulp-sourcemaps": "^1.5.2",
37+
"gulp-uglify": "^1.2.0",
38+
"gulp-useref": "^1.2.0",
39+
"gulp-util": "^3.0.6",
40+
"jasmine-core": "^2.3.4",
4141
"jshint-stylish-ex": "^0.2.0",
42-
"karma": "^0.12.24",
43-
"karma-coverage": "^0.2.4",
42+
"karma": "^0.13.3",
43+
"karma-coverage": "^0.4.2",
4444
"karma-html2js-preprocessor": "^0.1.0",
45-
"karma-jasmine": "^0.1.5",
46-
"karma-phantomjs-launcher": "^0.1.4",
47-
"map-stream": "^0.1.0",
48-
"minimist": "^1.1.1",
49-
"open": "0.0.5",
50-
"requirejs": "^2.1.15",
51-
"run-sequence": "^1.0.1",
52-
"serve-index": "^1.4.0",
53-
"serve-static": "^1.6.3",
54-
"tiny-lr": "0.1.4"
45+
"karma-jasmine": "^0.3.6",
46+
"karma-phantomjs-launcher": "^0.2.0",
47+
"karma-requirejs": "^0.2.2",
48+
"map-stream": "0.0.6",
49+
"minimist": "^1.1.2",
50+
"phantomjs": "^1.9.17",
51+
"requirejs": "^2.1.19",
52+
"run-sequence": "^1.1.2",
53+
"wiredep": "^2.2.2"
5554
}
5655
}

src/sass/_includes.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Bootstrap 3 - Normalization
2-
// @import '../../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize';
3-
// @import '../../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_print';
2+
// @import '../../vendor/bootstrap-sass/assets/stylesheets/bootstrap/_normalize';
3+
// @import '../../vendor/bootstrap-sass/assets/stylesheets/bootstrap/_print';
44

55
@import 'includes/variables';
66

7-
@import '../../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap';
8-
@import '../../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_theme';
7+
@import '../../vendor/bootstrap-sass/assets/stylesheets/bootstrap';
8+
@import '../../vendor/bootstrap-sass/assets/stylesheets/bootstrap/_theme';

src/sass/includes/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$icon-font-path: 'vendor/bootstrap-sass-official/assets/fonts/bootstrap/' !default;
1+
$icon-font-path: '../../vendor/bootstrap-sass/assets/fonts/bootstrap/' !default;

0 commit comments

Comments
 (0)