upper-case
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "upper-case", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Uppercase a string", | ||
@@ -19,3 +19,7 @@ "main": "upper-case.js", | ||
], | ||
"author": "Blake Embrey", | ||
"author": { | ||
"name": "Blake Embrey", | ||
"email": "hello@blakeembrey.com", | ||
"url": "http://blakeembrey.me" | ||
}, | ||
"license": "MIT", | ||
@@ -27,5 +31,5 @@ "bugs": { | ||
"devDependencies": { | ||
"mocha": "~1.17.1", | ||
"istanbul": "~0.2.4" | ||
"istanbul": "^0.3.0", | ||
"mocha": "^1.21.4" | ||
} | ||
} |
@@ -1,3 +0,8 @@ | ||
# upper-case | ||
# Upper Case | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
Upper case a string. | ||
@@ -22,1 +27,10 @@ | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/upper-case.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/upper-case | ||
[travis-image]: https://img.shields.io/travis/blakeembrey/upper-case.svg?style=flat | ||
[travis-url]: https://travis-ci.org/blakeembrey/upper-case | ||
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/upper-case.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/blakeembrey/upper-case?branch=master | ||
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/blakeembrey |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
3404
7
1
36