Comparing version 0.3.0 to 0.3.2
{ | ||
"name": "mermal", | ||
"description": "Merges YAML files whilst following JSON references", | ||
"version": "0.3.0", | ||
"version": "0.3.2", | ||
"author": "Daniel Li <dan@danyll.com>", | ||
@@ -15,17 +15,17 @@ "bin": { | ||
"chalk": "^2.4.2", | ||
"commander": "^2.19.0", | ||
"commander": "^2.20.0", | ||
"glob": "^7.1.3", | ||
"js-yaml": "^3.13.0", | ||
"js-yaml": "^3.13.1", | ||
"just-extend": "^4.0.2", | ||
"just-flatten-it": "^2.1.0", | ||
"ora": "^3.2.0" | ||
"ora": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/preset-env": "^7.4.2", | ||
"eslint": "^5.15.3", | ||
"@babel/cli": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"husky": "^1.3.1", | ||
"jest": "^24.5.0", | ||
"jest": "^24.7.1", | ||
"synp": "^1.4.0" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
188587
Updatedcommander@^2.20.0
Updatedjs-yaml@^3.13.1
Updatedora@^3.4.0