Skip to content

Commit

Permalink
fix: update the warehouse address to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Aug 22, 2024
1 parent 1ba5a7b commit a518671
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 165 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Starter template for TypeScript library.

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/elonehoo/starter-ts/generate).
[Create a repo from this template on GitHub](https://github.com/elonehoo-starter/typescript/generate).

### Clone to local

If you prefer to do it manually with the cleaner git history

```bash
sudo npx degit elonehoo/starter-ts my-ts-app
sudo npx degit elonehoo-starter/typescript my-ts-app
cd my-ts-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@elonehoo/starter-ts",
"name": "starter-ts",
"type": "module",
"version": "0.0.3",
"description": "Starter template for TypeScript library",
"description": "Starter template for TypeScript",
"author": "Elone Hoo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/elonehoo/starter-ts",
"homepage": "https://github.com/elonehoo-starter/typescript",
"repository": {
"type": "git",
"url": "https://github.com/elonehoo/starter-ts"
"url": "https://github.com/elonehoo-starter/typescript"
},
"bugs": "https://github.com/elonehoo/starter-ts/issues",
"bugs": "https://github.com/elonehoo-starter/typescript/issues",
"keywords": [
"template",
"TypeScript"
Expand Down Expand Up @@ -42,15 +42,15 @@
"release": "bumpp package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "2.26.0",
"@types/node": "^22.4.1",
"@antfu/eslint-config": "2.27.0",
"@types/node": "^22.5.0",
"@vitest/ui": "^2.0.5",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"statl-del": "^0.0.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit a518671

Please sign in to comment.