We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29abdbf commit 9a07a33Copy full SHA for 9a07a33
Gruntfile.js
@@ -204,18 +204,6 @@ module.exports = function(grunt){
204
replacement: '"version": "' + grunt.option('newver') + '",'
205
}]
206
}
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
- }
219
220
221
});
bower.json
@@ -1,6 +1,5 @@
1
{
2
"name": "bootstrap-datepicker",
3
- "version": "1.6.0-alpha",
4
"main": [
5
"dist/css/bootstrap-datepicker3.css",
6
"dist/js/bootstrap-datepicker.min.js"
0 commit comments