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 <[email protected]>
1 parent 03200cf commit b36a208

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.npmignore

-5
This file was deleted.

package.json

+4
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)