Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "uncamelize", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Converts a camelCase string into a space-separated one", | ||
"main": "index.coffee", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -18,3 +18,9 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/mgduk/uncamelize#readme" | ||
"homepage": "https://github.com/mgduk/uncamelize#readme", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.10.0", | ||
"mocha": "^2.4.5", | ||
"sinon": "^1.17.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2100
5
0
4