Skip to content

Commit

Permalink
build(4.0.2): optimize publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticsoul committed Jan 6, 2024
1 parent dcd95e5 commit 9d6f912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helux",
"version": "4.0.1",
"version": "4.0.2",
"description": "A state engine integrates atom, signal, derive, watch and dep tracking, supports fine-grained responsive updates, it is compatible with all react like libs (including React 18).",
"keywords": [],
"author": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefer-workspace-packages: true
packages:
- 'packages/*'
# - 'packages-legacy/*'
# - 'examples/*'
- 'packages-legacy/*'
- 'examples/*'
- 'docs'

0 comments on commit 9d6f912

Please sign in to comment.