Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 13, 2023
1 parent 990d9bf commit a950ab8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
[@weapp-core/escape](./packages/escape)

[@weapp-core/regex](./packages/regex)

[@weapp-core/http](./packages/http)

[@weapp-core/runtime-injector](./packages/runtime-injector)

[weapp-websocket](./packages/websocket)

[weapp-xmlhttprequest](./packages/runtime-injector)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "turbo run release",
"publish-packages": "turbo run build lint test && changeset version && changeset publish",
"publish-packages": "turbo run build lint && npm run test && changeset version && changeset publish",
"sync": "cnpm sync @weapp-core/escape @weapp-core/regex"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xmlhttprequest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weapp-xmlhttprequest",
"version": "2.0.0",
"version": "1.0.0",
"description": "weapp-xmlhttprequest",
"scripts": {
"build": "unbuild",
Expand Down

0 comments on commit a950ab8

Please sign in to comment.