|
@@ -0,0 +1,24 @@
|
|
|
|
+{
|
|
|
|
+ "name": "drone-plugin-check-changes",
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
+ "description": "Checks if there are changes in repo at specific files / dirs",
|
|
|
|
+ "scripts": {
|
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
+ },
|
|
|
|
+ "repository": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://lolg.it/herby/drone-plugin-check-changes.git"
|
|
|
|
+ },
|
|
|
|
+ "keywords": [
|
|
|
|
+ "drone",
|
|
|
|
+ "plugin",
|
|
|
|
+ "monorepo",
|
|
|
|
+ "check",
|
|
|
|
+ "changes"
|
|
|
|
+ ],
|
|
|
|
+ "author": "Herby Vojčík <herby@mailbox.sk>",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "ignore": "^5.1.4"
|
|
|
|
+ }
|
|
|
|
+}
|