snake-case
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "snake-case", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Snake case a string", | ||
@@ -18,3 +18,7 @@ "main": "snake-case.js", | ||
], | ||
"author": "Blake Embrey", | ||
"author": { | ||
"name": "Blake Embrey", | ||
"email": "hello@blakeembrey.com", | ||
"url": "http://blakeembrey.me" | ||
}, | ||
"license": "MIT", | ||
@@ -26,8 +30,8 @@ "bugs": { | ||
"devDependencies": { | ||
"istanbul": "^0.2.6", | ||
"istanbul": "^0.3.0", | ||
"mocha": "^1.18.2" | ||
}, | ||
"dependencies": { | ||
"sentence-case": "^0.1.1" | ||
"sentence-case": "^1.0.0" | ||
} | ||
} |
@@ -1,3 +0,8 @@ | ||
# snake-case | ||
# Snake Case | ||
[![NPM version][npm-image]][npm-url] | ||
[![Build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
Snake case a string. | ||
@@ -24,1 +29,10 @@ | ||
MIT | ||
[npm-image]: https://img.shields.io/npm/v/snake-case.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/snake-case | ||
[travis-image]: https://img.shields.io/travis/blakeembrey/snake-case.svg?style=flat | ||
[travis-url]: https://travis-ci.org/blakeembrey/snake-case | ||
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/snake-case.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/blakeembrey/snake-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
4109
7
1
38
+ Addedlower-case@1.1.4(transitive)
+ Addedsentence-case@1.1.3(transitive)
- Removedsentence-case@0.1.2(transitive)
Updatedsentence-case@^1.0.0