Skip to content

Commit

Permalink
Fixes #1662
Browse files Browse the repository at this point in the history
Fixes #1662 : peerDependencies is deprecated in npm 3
  • Loading branch information
Guymestef committed Jan 2, 2017
1 parent 86b24d3 commit 1137554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"moment": "^2.10",
"moment-timezone": "^0.4.0"
},
"dependencies": {
"bootstrap": "^3.3",
"jquery": "^1.8.3 || ^2.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",
"devDependencies": {
"grunt": "latest",
Expand Down

0 comments on commit 1137554

Please sign in to comment.