diff --git a/.npmignore b/.npmignore deleted file mode 100644 index a91116abd..000000000 --- a/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -/coverage -/test -.* diff --git a/package.json b/package.json index a2e69753c..7840aa66a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,11 @@ "type": "git", "url": "git+https://github.com/harttle/liquidjs.git" }, + "files": [ + "dist", + "LICENSE", + "README.md" + ], "engines": { "node": ">=4.8.7" },