diff --git a/.gitignore b/.gitignore index e72b94d1..b61ff92d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +# build output /lib-es5 + +# dependencies /node_modules + +# logs npm-debug.log -*.*~ diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 41c9a0d4..00000000 --- a/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -/lib -/test -.eslintignore -.gitignore -npm-debug.log diff --git a/package.json b/package.json index b9c5ee52..2d2618c4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,11 @@ "bin": { "pkg-fetch": "lib-es5/bin.js" }, + "files": [ + "lib-es5/*.js", + "patches/*", + "places.json" + ], "babel": { "plugins": [ "transform-async-to-generator",