Comparing version 0.1.0 to 1.0.0
@@ -8,2 +8,3 @@ /*! | ||
module.exports = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; | ||
module.exports = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; | ||
module.exports.abbr = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; |
{ | ||
"name": "months", | ||
"description": "Months of the year.", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/jonschlinkert/months", | ||
@@ -32,6 +32,3 @@ "author": { | ||
"node": ">=0.10.0" | ||
}, | ||
"devDependencies": { | ||
"verb": "^0.2.13" | ||
} | ||
} |
@@ -1,7 +0,19 @@ | ||
# months [![NPM version](https://badge.fury.io/js/months.png)](http://badge.fury.io/js/months) | ||
# months [![NPM version](https://badge.fury.io/js/months.svg)](http://badge.fury.io/js/months) | ||
> Months of the year. | ||
## Usage | ||
```js | ||
var months = require('months'); | ||
console.log(months); | ||
//=> ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] | ||
console.log(months.abbr); | ||
//=> ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] | ||
``` | ||
## Install | ||
Install with [npm](npmjs.org): | ||
### Install with [npm](npmjs.org): | ||
@@ -20,3 +32,3 @@ ```bash | ||
## License | ||
Copyright (c) 2014 Jon Schlinkert, contributors. | ||
Copyright (c) 2014 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -26,2 +38,2 @@ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on June 15, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on December 06, 2014. To update, run `npm i -g verb && verb`._ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4683
0
8
0
37