diff --git a/.npmignore b/.npmignore index c8f439d..d91d6ab 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,9 @@ dist/**/*.spec.js dist/**/*.spec.d.ts dist/**/*.spec.js.map -dist/howto.* \ No newline at end of file +dist/**/*.js.map +dist/howto.* +src +tsconfig.*.json +.eslintrc +.github \ No newline at end of file diff --git a/package.json b/package.json index 385177c..ec5732a 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,6 @@ "Matteo Murgida " ], "license": "MIT", - "files": [ - "dist/**/*.js", - "dist/**/*.d.ts" - ], "repository": { "type": "git", "url": "https://github.com/jacoscaz/instant-relay.git"