Skip to content

Commit b36a208

Browse files
reduce package size (#112)
* Use package `files` instead of `.npmignore * add dist/ folder to files for direct cdn link purposes Co-authored-by: Estevan Maito <ejmaito@gmail.com>
1 parent 03200cf commit b36a208

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.3.1",
44
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
55
"main": "src/index.js",
6+
"files": [
7+
"src/*.js",
8+
"dist/"
9+
],
610
"repository": "https://github.com/tailwindcss/typography",
711
"license": "MIT",
812
"publishConfig": {

0 commit comments

Comments
 (0)