Skip to content

Commit f47eef6

Browse files
authored
fix: fix aop plugin files (#140)
1 parent f39a82d commit f47eef6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/aop/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
],
1919
"files": [
2020
"app.js",
21-
"app.d.ts"
21+
"app.d.ts",
22+
"lib/**/*.js",
23+
"lib/**/*.d.ts"
2224
],
2325
"scripts": {
2426
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

0 commit comments

Comments
 (0)