diff --git a/package.json b/package.json index 15b4d66..1b58b2d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "prepublishOnly": "npm run lint && npm run build", "build": "rollup -c" }, + "files": [ + "lib", + "dist" + ], "author": "Rasmus Porsager ", "repository": "porsager/bss", "license": "WTFPL",