Skip to content

Commit

Permalink
chore: improve typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Feb 20, 2024
1 parent 3638c54 commit 6e41d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Features:
- 💪 100% Write in TypeScript
- [ ] **❗️❗️❗️WIP** 🥷 Plugins support: error retry, cache, repeat requests filter plugins 😎

## Install

```bash
npm i xior
```

## Getting Started

```ts
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build:lib": "rm -rf lib && tsc --project tsconfig.json",
"test": "pnpm build:lib && node --test",
"prepare": "is-ci || pnpm build && husky",
"start-publish": "pnpm test && npm publish --registry=https://registry.npmjs.org"
"start-publish": "pnpm test && npm publish --registry=https://registry.npmjs.org",
"push": "git lfs push --all origin"
},
"dependencies": {
"ts-deepmerge": "^7.0.0"
Expand Down

0 comments on commit 6e41d56

Please sign in to comment.