Skip to content

Commit

Permalink
update prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Nov 12, 2020
1 parent 65a3bef commit 7a31e1c
Show file tree
Hide file tree
Showing 29 changed files with 61 additions and 90 deletions.
8 changes: 6 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ module.exports = function (grunt) {
ascii_only: true // jshint ignore:line
},
report: 'min',
preserveComments: 'some'
preserveComments: function(node, comment) {
// preserve comments that start with a bang
return /^!/.test( comment.value );
}
}
},
jshint: {
Expand Down Expand Up @@ -188,7 +191,8 @@ module.exports = function (grunt) {
grunt.task.run([
'bump_version:' + version,
'build:travis',
'docs'
'docs',
'nugetpack'
]);
});
};
4 changes: 1 addition & 3 deletions ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
This repo is no longer actively monitor or supported.

Please read this [blog post](https://eonasdan.com/state-of-my-picker)
Please read this [blog post](https://eonasdan.com/posts/state-of-my-picker)
4 changes: 1 addition & 3 deletions PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
This repo is no longer actively monitor or supported.

Please read this [blog post](https://eonasdan.com/state-of-my-picker)
Please read this [blog post](https://eonasdan.com/posts/state-of-my-picker)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eonasdan-bootstrap-datetimepicker",
"version": "4.17.48",
"version": "4.17.49",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
Expand Down
8 changes: 4 additions & 4 deletions build/css/bootstrap-datetimepicker.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.48
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
* Bootstrap Datetime Picker v4.17.49
* Copyright 2015-2020 Jonathan Peterson
* Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
*/
.bootstrap-datetimepicker-widget {
list-style: none;
}
Expand Down
8 changes: 4 additions & 4 deletions build/css/bootstrap-datetimepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-datetimepicker",
"version": "4.17.48",
"version": "4.17.49",
"main": ["build/css/bootstrap-datetimepicker.min.css","build/js/bootstrap-datetimepicker.min.js"],
"dependencies": {
"jquery" : ">=1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eonasdan/bootstrap-datetimepicker",
"type": "component",
"version": "4.17.48",
"version": "4.17.49",
"description": "Date/time picker widget based on twitter bootstrap",
"keywords": [
"bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion docs/ContributorsGuide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<div class="col-md-8" role="main">
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>
Please read this <a href="https://eonasdan.com/posts/state-of-my-picker" target="_blank">blog post</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/Events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<div class="col-md-8" role="main">
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>
Please read this <a href="https://eonasdan.com/posts/state-of-my-picker" target="_blank">blog post</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/Extras/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<div class="col-md-8" role="main">
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>
Please read this <a href="https://eonasdan.com/posts/state-of-my-picker" target="_blank">blog post</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<div class="col-md-8" role="main">
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>
Please read this <a href="https://eonasdan.com/posts/state-of-my-picker" target="_blank">blog post</a>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/Functions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<div class="col-md-8" role="main">
<div class="alert alert-danger" style="font-size:1.5em;">
<strong>Important!</strong>
Please read this <a href="https://eonasdan.com/state-of-my-picker" target="_blank">blog post</a>
Please read this <a href="https://eonasdan.com/posts/state-of-my-picker" target="_blank">blog post</a>
</div>


Expand Down
Loading

0 comments on commit 7a31e1c

Please sign in to comment.