diff --git a/.gitignore b/.gitignore index e1a83cf..047fc8f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ node_modules test.js .DS_Store + +build +types diff --git a/package.json b/package.json index fadc76a..4f72051 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ }, "files": [ "types", - "build", - "index.js" + "build" ], "directories": { "lib": "lib"