Skip to content

Commit 98a817a

Browse files
committed
send only the dist folder to npm for publishing
1 parent 811877c commit 98a817a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "Shevyjs is a CSS-in-JS solution for perfect vertical rhythm with your typography",
55
"main": "src/index.js",
6+
"files": [
7+
"dist"
8+
],
69
"repository": "[email protected]:kyleshevlin/shevyjs.git",
710
"author": "Kyle Shevlin <[email protected]> (http://kyleshevlin.com/)",
811
"license": "MIT",

0 commit comments

Comments
 (0)