Skip to content

Commit

Permalink
Merge pull request #8 from twhitbeck/update-moment-dep
Browse files Browse the repository at this point in the history
Update momentjs dependency
  • Loading branch information
hijonathan committed Jul 15, 2014
2 parents 641d07f + 6cc21ae commit c1110ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- 0.10
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment.twitter",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://github.com/hijonathan/moment.twitter",
"authors": [
"Jonathan Kim <[email protected]>"
Expand All @@ -23,6 +23,6 @@
"tests"
],
"dependencies": {
"moment": "~2.4.0"
"moment": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/hijonathan/moment.twitter/issues"
},
"dependencies": {
"moment": "~2.4.0"
"moment": "^2.4.0"
},
"devDependencies": {
"grunt": "~0.4.2",
Expand Down

0 comments on commit c1110ec

Please sign in to comment.