Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 4, 2015
1 parent e8310fe commit f76a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "current-week-number",
"version": "1.0.5",
"description": "Get current week number of the current year or given date string format.",
"description": "Get current week number of the current year,given Date format string or Date object.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "mocha",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]

> Get current week number of the current year or given date string format.
> Get current week number of the current year,given Date format string or Date object.
## Install
```
Expand Down

0 comments on commit f76a24c

Please sign in to comment.