Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed May 17, 2024
1 parent 8fea7e7 commit 6e94e39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "validate-permission",
"version": "0.0.13",
"description": "用户权限校验,支持react(函数式)调用,vue2/vue3,vue指令等方式调用",
"main": "dist/validate-permission.umd.js",
"main": "dist/validate-permission.cjs.js",
"module": "dist/validate-permission.es.js",
"types": "dist/types/main/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -53,5 +53,7 @@
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"dependencies": {}
"dependencies": {
"jia-tools": "^0.0.3"
}
}
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e94e39

Please sign in to comment.