Skip to content

Commit

Permalink
chore: add publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Oct 19, 2023
1 parent 48e32ba commit 2b772fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@ygkit/vite-plugin-qiankun",
"version": "0.0.1",
"description": "Qiankun plugin for vite",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -22,4 +25,4 @@
"cheerio": "1.0.0-rc.12",
"node-html-parser": "^6.1.10"
}
}
}

0 comments on commit 2b772fb

Please sign in to comment.