-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bootstrap-ui-datetime-picker", | ||
"version": "2.4.4", | ||
"version": "2.5.0", | ||
"homepage": "https://github.com/Gillardo/bootstrap-ui-datetime-picker", | ||
"authors": [ | ||
"Gillardo <[email protected]>" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// https://github.com/Gillardo/bootstrap-ui-datetime-picker | ||
// Version: 2.4.4 | ||
// Released: 2016-11-01 | ||
// Released: 2017-01-12 | ||
angular.module('ui.bootstrap.datetimepicker', ['ui.bootstrap.dateparser', 'ui.bootstrap.position']) | ||
.constant('uiDatetimePickerConfig', { | ||
dateFormat: 'yyyy-MM-dd HH:mm', | ||
|
@@ -679,5 +679,3 @@ angular.module('ui.bootstrap.datetimepicker').run(['$templateCache', function($t | |
); | ||
|
||
}]); | ||
|
||
module.exports = 'ui.bootstrap.datetimepicker' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Gillardo
Author
Owner
|
2 comments
on commit 052bc1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry but whoever created the PR did this incorrectly. I have now added this using a grunt task which adds the line to the dist file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just released version 2.5.1 with this fix
Erm? So then why did you merge PR #167?