Skip to content

Commit

Permalink
fix: Move to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Mar 20, 2024
1 parent 020fbea commit 9a720f0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 181 deletions.
1 change: 0 additions & 1 deletion class-transformer/index.js

This file was deleted.

1 change: 0 additions & 1 deletion class-validator/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feiyun/handler",
"version": "0.0.22",
"version": "0.0.23",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -55,13 +55,13 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.19",
"feiyun": "^0.2.3",
"reflect-metadata": "^0.2.1",
"rollup": "^4.12.0",
"rollup-plugin-ts": "^3.4.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"reflect-metadata": "^0.2.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"glob": "^10.3.10"
Expand Down
177 changes: 0 additions & 177 deletions src/index.js

This file was deleted.

0 comments on commit 9a720f0

Please sign in to comment.