Skip to content

Commit

Permalink
Lib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed Jan 23, 2024
1 parent 73d0385 commit 52abba0
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 141 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Happy coding 🙂 !
npm install your-package-name
```

> Replace `your-package-name`, `starter-ts`, `_description_` and `thomaschampagne` globally to use this template.
> Replace `your-package-name`, `thomaschampagne`, `starter-ts`, `thomaschampagne/starter-ts` and `_description_` globally to use this template.
## Usage

Expand Down Expand Up @@ -151,17 +151,17 @@ pnpm run readme:toc

## License

[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/thomaschampagne)
[MIT](./LICENSE) License © 2023-PRESENT [Thomas Champagne](https://github.com/thomaschampagne)

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/starter-ts?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/starter-ts
[npm-downloads-src]: https://img.shields.io/npm/dm/starter-ts?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/starter-ts
[bundle-src]: https://img.shields.io/bundlephobia/minzip/starter-ts?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=starter-ts
[npm-version-src]: https://img.shields.io/npm/v/thomaschampagne/starter-ts?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/thomaschampagne/starter-ts
[npm-downloads-src]: https://img.shields.io/npm/dm/thomaschampagne/starter-ts?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/thomaschampagne/starter-ts
[bundle-src]: https://img.shields.io/bundlephobia/minzip/thomaschampagne/starter-ts?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=thomaschampagne/starter-ts
[license-src]: https://img.shields.io/github/license/thomaschampagne/starter-ts.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/thomaschampagne/starter-ts/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/starter-ts
[jsdocs-href]: https://www.jsdocs.io/package/thomaschampagne/starter-ts
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-ts",
"type": "module",
"version": "0.1.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"description": "",
"author": "Thomas Champagne <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -54,15 +54,15 @@
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"markdown-toc-gen": "^1.0.1",
"pnpm": "^8.14.1",
"pnpm": "^8.14.3",
"prettier": "^3.2.4",
"tsx": "^4.7.0",
"typedoc": "^0.25.7",
Expand Down
Loading

0 comments on commit 52abba0

Please sign in to comment.