Skip to content

Commit

Permalink
fix: 修复打包错误
Browse files Browse the repository at this point in the history
  • Loading branch information
lijingchi committed Nov 12, 2021
1 parent d2c377c commit 882efe5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/lb-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"lb-utils": "^1.0.0",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/lb-utils/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "lb-utils" {
const i18n: any;
}
File renamed without changes.
3 changes: 2 additions & 1 deletion packages/lb-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "1.0.0",
"description": "utils for label-bee",
"author": "lijingchi <lijingchi1@sensetime.com>",
"types": "./lib/index.d.ts",
"homepage": "",
"license": "ISC",
"main": "lib/index.ts",
"main": "lib/index.js",
"files": [
"lib"
],
Expand Down

0 comments on commit 882efe5

Please sign in to comment.