Skip to content

Commit

Permalink
reduce package size (tailwindlabs#112)
Browse files Browse the repository at this point in the history
* Use package `files` instead of `.npmignore

* add dist/ folder to files for direct cdn link purposes

Co-authored-by: Estevan Maito <[email protected]>
  • Loading branch information
RobinMalfait and estevanmaito authored Dec 15, 2020
1 parent 03200cf commit b36a208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b36a208

Please sign in to comment.