diff --git a/.gitignore b/.gitignore index da21aafb1..53310e130 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node_modules/ .env .idea .DS_Store +test-plugins \ No newline at end of file diff --git a/package.json b/package.json index 19e368399..7abe3f3e7 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,6 @@ "electron-rebuild": "^1.6.0", "jest": "^22.1.1", "lerna": "^2.7.1" - } + }, + "dependencies": {} }