Skip to content

Commit

Permalink
chore: change export files
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Mar 12, 2024
1 parent 10303e0 commit 5bf1d15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/feiyun/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "feiyun",
"repository": "https://github.com/hxg2050/feiyun.git",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"type": "module",
"main": "./src/index.ts",
"files": [
"dist/"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"prepublishOnly": "pnpm build"
Expand Down

0 comments on commit 5bf1d15

Please sign in to comment.