Skip to content

Commit a498039

Browse files
committed
fix: include tokens into released npm package
1 parent e773ab8 commit a498039

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "outlinecss",
33
"description": "A headless, responsive, and composable CSS framework designed for easy customization.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
77
"bin": {
@@ -44,6 +44,9 @@
4444
"lib/**/*.js",
4545
"lib/**/*.d.ts",
4646
"lib/**/*.d.ts.map",
47+
"tokens/**/*.js",
48+
"tokens/**/*.d.ts",
49+
"tokens/**/*.d.ts.map",
4750
"README.md",
4851
"LICENSE"
4952
],

0 commit comments

Comments
 (0)