Skip to content

Commit

Permalink
Update package.json dependencies to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rottgoth committed Sep 22, 2017
1 parent f4edfa9 commit bd90a1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"author": {
"name": "wgbbiao"
"name": "rottgoth"
},
"bugs": {
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
"url": "https://github.com/Tout/bootstrap-datetimepicker/issues"
},
"peerDependencies": {
"bootstrap": "4.0.0-alpha.6",
"bootstrap": "^4.0.0-beta",
"jquery": "^1.8.3 || ^2.0 || ^3.0",
"moment": "^2.10",
"moment-timezone": "^0.4.0 || ^0.5.0"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"bootstrap": "^4.0.0-beta",
"jquery": "^1.8.3 || ^2.0 || ^3.0",
"moment": "^2.10",
"moment-timezone": "^0.4.0"
},
"description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub",
"description": "A date/time picker component designed to work with Bootstrap 4 and Momentjs. For usage, installation and demos see Project Site on GitHub",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
Expand All @@ -32,7 +32,7 @@
"grunt-string-replace": "latest",
"load-grunt-tasks": "latest"
},
"homepage": "https://github.com/wgbbiao/bootstrap4-datetimepicker",
"homepage": "https://github.com/Tout/bootstrap4-datetimepicker",
"keywords": [
"twitter-bootstrap",
"bootstrap-4",
Expand All @@ -46,7 +46,7 @@
"name": "bootstrap4-datetimepicker",
"repository": {
"type": "git",
"url": "https://github.com/wgbbiao/bootstrap4-datetimepicker.git"
"url": "https://github.com/Tout/bootstrap4-datetimepicker.git"
},
"version": "5.2.3"
}

0 comments on commit bd90a1e

Please sign in to comment.