Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed May 26, 2015
1 parent 06ec68b commit 099a74b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "month-day",
"description": "Get the current day of the month, according to local time or UTC.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/datetime/month-day",
"author": {
"name": "Jon Schlinkert",
Expand All @@ -28,10 +28,19 @@
"scripts": {
"test": "mocha"
},
"dependencies": {},
"dependencies": {
"repeat-string": "^1.5.2"
},
"devDependencies": {
"mocha": "*",
"should": "*"
"mocha": "*"
},
"keywords": []
"keywords": [
"calendar",
"date",
"dates",
"day",
"days",
"month",
"name"
]
}

0 comments on commit 099a74b

Please sign in to comment.