configuration-master
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "configuration-master", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple configuration load/access tool.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest" | ||
}, | ||
@@ -17,3 +17,11 @@ "repository": { | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.6.0" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"verbose": true, | ||
"testURL": "http://localhost" | ||
} | ||
} |
@@ -10,2 +10,5 @@ ## Configuration Master | ||
v0.1.1 | ||
- add tests | ||
#### Installation | ||
@@ -12,0 +15,0 @@ |
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 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
5014
131
2
63
1
4