Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
Conflicts:
	bower.json
	build/css/bootstrap-datetimepicker.min.css
	build/js/bootstrap-datetimepicker.min.js
	composer.json
	package.json
	src/js/bootstrap-datetimepicker.js
  • Loading branch information
nkovacs committed Jun 11, 2015
2 parents a549aa8 + b0ecffd commit 0d65da3
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 30 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eonasdan-bootstrap-datetimepicker",
"version": "4.14.30",
"name": "nkovacs-bootstrap-datetimepicker",
"version": "5.0.0",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
Expand All @@ -9,7 +9,7 @@
"jquery": ">=1.8.3",
"moment": ">=2.9.0"
},
"homepage": "https://github.com/Eonasdan/bootstrap-datetimepicker",
"homepage": "https://github.com/nkovacs/bootstrap-datetimepicker",
"authors": [
"Eonasdan"
],
Expand Down
3 changes: 2 additions & 1 deletion build/css/bootstrap-datetimepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@
.bootstrap-datetimepicker-widget table td.today:before {
content: '';
display: inline-block;
border: 0 0 7px 7px solid transparent;
border: solid transparent;
border-width: 0 0 7px 7px;
border-bottom-color: #337ab7;
border-top-color: rgba(0, 0, 0, 0.2);
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion build/css/bootstrap-datetimepicker.min.css

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

4 changes: 2 additions & 2 deletions build/js/bootstrap-datetimepicker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eonasdan/bootstrap-datetimepicker",
"name": "nkovacs/bootstrap-datetimepicker",
"type": "component",
"version": "4.14.30",
"version": "5.0.0",
"description": "Date/time picker widget based on twitter bootstrap",
"keywords": [
"bootstrap",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Jonathan Peterson"
},
"bugs": {
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
"url": "https://github.com/nkovacs/bootstrap-datetimepicker/issues"
},
"dependencies": {
"moment": "~2.8.2",
Expand Down Expand Up @@ -36,7 +36,7 @@
"name": "bootstrap-datetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
"url": "https://github.com/nkovacs/bootstrap-datetimepicker.git"
},
"version": "4.14.30"
"version": "5.0.0"
}
Loading

0 comments on commit 0d65da3

Please sign in to comment.