compact-yarn-audit
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "compact-yarn-audit", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Presents output from yarn audit in a compact table", | ||
@@ -12,3 +12,3 @@ "engines": { | ||
"type": "git", | ||
"url": "git+https://github.com/sverweij/compact-yarn-audit" | ||
"url": "git+https://github.com/sverweij/compact-yarn-audit.git" | ||
}, | ||
@@ -31,2 +31,8 @@ "bugs": { | ||
}, | ||
"overrides": { | ||
"semver": "^7.5.4" | ||
}, | ||
"resolutions": { | ||
"semver": "^7.5.4" | ||
}, | ||
"files": [ | ||
@@ -36,3 +42,6 @@ "dist", | ||
"README.md" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"test": "echo for test, build and static analysis scripts: see the github repository" | ||
} | ||
} |
10544