Skip to content

Commit 9a07a33

Browse files
committed
Removed version property from bower.json. See bower/spec@a325da3, closes uxsolutions#1426
1 parent 29abdbf commit 9a07a33

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Gruntfile.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,6 @@ module.exports = function(grunt){
204204
replacement: '"version": "' + grunt.option('newver') + '",'
205205
}]
206206
}
207-
},
208-
bower: {
209-
files: [{
210-
src: 'bower.json',
211-
dest: 'bower.json'
212-
}],
213-
options: {
214-
replacements: [{
215-
pattern: /\"version\":\s\"[0-9\.a-z].*",/gi,
216-
replacement: '"version": "' + grunt.option('newver') + '",'
217-
}]
218-
}
219207
}
220208
}
221209
});

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "bootstrap-datepicker",
3-
"version": "1.6.0-alpha",
43
"main": [
54
"dist/css/bootstrap-datepicker3.css",
65
"dist/js/bootstrap-datepicker.min.js"

0 commit comments

Comments
 (0)