Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "karg", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "option parser", | ||
@@ -19,4 +19,7 @@ "main": "js/karg.js", | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha -c --require koffee/js/register ./test/test.coffee" | ||
}, | ||
"dependencies": { | ||
"colors": "^1.3.0", | ||
"colors": "^1.3.3", | ||
"lodash.clone": "^4.5.0", | ||
@@ -28,8 +31,9 @@ "lodash.isempty": "^4.4.0", | ||
"lodash.values": "^4.3.0", | ||
"noon": ">=1.4.0" | ||
"noon": ">=2.0.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0" | ||
"koffee": "^0.30.0", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4" | ||
} | ||
} |
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
50738
3
14
418
Updatedcolors@^1.3.3
Updatednoon@>=2.0.2