Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Updated dependencies; fixed a typo; updated versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicieja committed Mar 20, 2014
1 parent ed9e1dc commit 1331795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-date-range-picker",
"version": "0.4.0",
"version": "0.4.1",
"authors": [
"Tymon Tobolski <[email protected]>",
"Krzysztof Jung <[email protected]>"
Expand All @@ -14,8 +14,8 @@
"dependencies": {
"angular": "~1.2",
"angular-bindonce": "*",
"moment": "~2.1.0",
"moment-range": "~0.1.6"
"moment": "~2.5.1",
"moment-range": "~1.0.1"
},
"license": "MIT",
"homepage": "http://github.com/monterail/angular-date-range-picker"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular-date-range-picker",
"version": "0.4",
"version": "0.4.1",
"authors": [
"Tymon Tobolski <[email protected]>",
"Krzysztof Jung <[email protected]>"
],
"repository": "git://github.com/monterail/angular-dates-range-picker.git",
"repository": "git://github.com/monterail/angular-date-range-picker.git",
"description": "Date Picker without jQuery",
"main": [
"build/angular-date-range-picker.js",
Expand Down

0 comments on commit 1331795

Please sign in to comment.