diff --git a/package.json b/package.json index ed46ac5..87fd935 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "license": "MIT", "author": "Charles Crete ", - "files": [], + "files": ["lib/*"], "main": "lib/index.js", "scripts": { "build": "babel src -d lib --source-maps && terser lib/index.js -o lib/index.min.js --source-map 'content=lib/index.js.map'",