Skip to content

Commit e433186

Browse files
committed
Merge pull request jakemmarsh#127 from jakemmarsh/update-dependencies
Update dev dependencies
2 parents 83a00ed + 376d924 commit e433186

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-gulp-browserify-boilerplate",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": "Jake Marsh <[email protected]>",
55
"description": "Boilerplate using AngularJS, SASS, Gulp, and Browserify while also utilizing best practices.",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"protractor",
1919
"boilerplate"
2020
],
21-
"private": true,
21+
"private": false,
2222
"engines": {
2323
"node": ">=0.12.x"
2424
},
@@ -39,42 +39,41 @@
3939
"del": "^2.1.0",
4040
"gulp": "^3.8.8",
4141
"gulp-angular-templatecache": "^1.3.0",
42-
"gulp-autoprefixer": "^2.0.0",
42+
"gulp-autoprefixer": "^3.1.0",
4343
"gulp-changed": "^1.0.0",
44-
"gulp-gzip": "^0.0.8",
45-
"gulp-if": "^1.2.5",
46-
"gulp-imagemin": "^1.1.0",
44+
"gulp-gzip": "^1.2.0",
45+
"gulp-if": "^2.0.0",
46+
"gulp-imagemin": "^2.4.0",
4747
"gulp-jshint": "^1.8.3",
4848
"gulp-notify": "^2.0.0",
49-
"gulp-protractor": "^1.0.0",
49+
"gulp-protractor": "^2.1.0",
5050
"gulp-rename": "^1.2.0",
5151
"gulp-sass": "^2.0.4",
5252
"gulp-sourcemaps": "^1.6.0",
53-
"gulp-streamify": "0.0.5",
53+
"gulp-streamify": "^1.0.2",
5454
"gulp-uglify": "^1.4.2",
5555
"gulp-util": "^3.0.1",
56-
"imagemin-pngcrush": "^0.1.0",
56+
"imagemin-pngcrush": "^4.1.0",
5757
"isparta": "^4.0.0",
58-
"jshint-stylish": "^1.0.0",
58+
"jshint-stylish": "^2.1.0",
5959
"karma": "^0.13.14",
6060
"karma-browserify": "^4.4.0",
6161
"karma-chrome-launcher": "^0.2.1",
6262
"karma-coverage": "douglasduteil/karma-coverage#next",
6363
"karma-firefox-launcher": "^0.1.3",
6464
"karma-jasmine": "^0.3.6",
65-
"pretty-hrtime": "^0.2.2",
66-
"protractor": "^2.5.1",
67-
"run-sequence": "^0.3.6",
65+
"pretty-hrtime": "^1.0.1",
66+
"protractor": "2.5.1",
67+
"run-sequence": "^1.1.5",
6868
"tiny-lr": "0.0.9",
69-
"uglifyify": "^2.5.0",
69+
"uglifyify": "^3.0.1",
7070
"vinyl-buffer": "^1.0.0",
71-
"vinyl-source-stream": "^0.1.1",
71+
"vinyl-source-stream": "^1.1.0",
7272
"watchify": "^3.4.0"
7373
},
7474
"scripts": {
75-
"pretest": "npm install",
7675
"test": "karma start test/karma.conf.js",
77-
"preprotractor": "npm install && webdriver-manager update",
76+
"preprotractor": "webdriver-manager update",
7877
"protractor": "protractor test/protractor.conf.js"
7978
}
8079
}

0 commit comments

Comments
 (0)