Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Jul 15, 2013
1 parent 449432b commit 90cf458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"components"
]
, "dependencies":
{ "moment": "1.5.0"
{ "moment": "~1"
}
, "devDependencies":
{ "coffee-script": "~1.5"
{ "coffee-script": "~1.6"
, "mocha": "1.3.0"
, "should": "0.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
{ "node": "*"
}
, "dependencies":
{ "moment": "1.5.0"
{ "moment": "~1"
}
, "devDependencies":
{ "coffee-script": "~1.5"
{ "coffee-script": "~1.6"
, "mocha": "1.3.0"
, "should": "0.6.3"
}
Expand Down

0 comments on commit 90cf458

Please sign in to comment.