Comparing version 0.3.3 to 0.4.3
{ | ||
"name": "mermal", | ||
"description": "Merges YAML files whilst following JSON references", | ||
"version": "0.3.3", | ||
"version": "0.4.3", | ||
"author": "Daniel Li <dan@danyll.com>", | ||
@@ -28,5 +28,3 @@ "bin": { | ||
"eslint-plugin-import": "^2.16.0", | ||
"husky": "^1.3.1", | ||
"jest": "^24.7.1", | ||
"synp": "^1.4.0" | ||
"jest": "^24.7.1" | ||
}, | ||
@@ -38,7 +36,2 @@ "engines": { | ||
"homepage": "https://github.com/d4nyll/mermal", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "rm package-lock.json; synp --source-file yarn.lock; git add package-lock.json" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -59,6 +52,6 @@ "merge", | ||
"lint": "eslint src/**", | ||
"prepare": "yarn run build", | ||
"prepublishOnly": "yarn run lint && yarn run test", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint && npm run test", | ||
"test": "jest src" | ||
} | ||
} |
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
6
15146
26