Skip to content

Commit 9f8723c

Browse files
committed
chore(bower): remove bower version number
Bower uses tags, version number doesn't need to be specified. Closes angular-ui#1521
1 parent 5ca1657 commit 9f8723c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "angular-ui-select",
3-
"version": "0.17.0",
2+
"name": "angular-ui-select",
43
"homepage": "https://github.com/angular-ui/ui-select",
54
"authors": [
65
"AngularUI"

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ gulp.task('recommendedBump', function(done) {
118118

119119
conventionalRecommendedBump({preset: 'angular'}, function(err, importance) {
120120
// Get all the files to bump version in
121-
gulp.src(['./package.json', './bower.json'])
121+
gulp.src(['./package.json'])
122122
.pipe($.bump({type: importance}))
123123
.pipe(gulp.dest('./'));
124124

0 commit comments

Comments
 (0)