Skip to content

Commit

Permalink
chore: add description for @qiankunjs/shared
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Oct 23, 2023
1 parent b6d922f commit c342f63
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qiankunjs/shared",
"version": "0.0.1-rc.4",
"description": "",
"description": "internal shared package for qiankun",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./src/index.ts",
Expand All @@ -18,10 +18,7 @@
"lodash": "^4.17.11",
"semver": "^7.5.3"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit c342f63

Please sign in to comment.