Skip to content

Commit 2741879

Browse files
authored
fix: missing files on package.json (#700)
1 parent c33b931 commit 2741879

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
"files": [
88
"dist",
99
"lib",
10-
"typings",
10+
"index.d.ts",
1111
"server.js",
12+
"server.d.ts",
1213
"babel.js",
1314
"babel-test.js",
1415
"style.js",
1516
"macro.js",
1617
"css.js",
18+
"css.d.ts",
1719
"webpack.js",
1820
"license.md"
1921
],

0 commit comments

Comments
 (0)