Skip to content

Commit f5a621b

Browse files
committed
Include decorator directory in publish
1 parent 24259f3 commit f5a621b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
},
2828
"types": "./dist/esm/index.d.ts",
2929
"files": [
30-
"dist"
30+
"dist",
31+
"decorator"
3132
],
3233
"scripts": {
3334
"prebuild": "npm run clean && npm run lint && mkdir dist",

0 commit comments

Comments
 (0)