diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 056ee2d..0000000 --- a/.npmignore +++ /dev/null @@ -1,5 +0,0 @@ -docs -node_modules -.next -package-lock.json -yarn.lock diff --git a/package.json b/package.json index 50b8e6e..312b08a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.3.1", "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", "main": "src/index.js", + "files": [ + "src/*.js", + "dist/" + ], "repository": "https://github.com/tailwindcss/typography", "license": "MIT", "publishConfig": {