diff --git a/nebu-plugin/.gitignore b/nebu-plugin/.gitignore index 22d0d82..022b988 100644 --- a/nebu-plugin/.gitignore +++ b/nebu-plugin/.gitignore @@ -1 +1,2 @@ +node_modules vendor diff --git a/package.json b/package.json index d5ceae5..799c7e3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "files": [ "dist", "src", - "nebu-plugin" + "nebu-plugin/{*.js,package.json}" ], "license": "MIT", "repository": "alloc/is",