Skip to content

Commit 379659c

Browse files
committed
chore: Update package name
1 parent 038eb8d commit 379659c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h1 align="center"><code>@47ng/package-name</code></h1>
1+
<h1 align="center"><code>@47ng/typescript-library-starter</code></h1>
22

33
<div align="center">
44

5-
[![NPM](https://img.shields.io/npm/v/@47ng/package-name?color=red)](https://www.npmjs.com/package/@47ng/package-name)
6-
[![MIT License](https://img.shields.io/github/license/47ng/package-name.svg?color=blue)](https://github.com/47ng/package-name/blob/next/LICENSE)
7-
[![CI/CD](https://github.com/47ng/package-name/workflows/CI%2FCD/badge.svg?branch=next)](https://github.com/47ng/package-name/actions)
8-
[![Coverage Status](https://coveralls.io/repos/github/47ng/package-name/badge.svg?branch=next)](https://coveralls.io/github/47ng/package-name?branch=next)
5+
[![NPM](https://img.shields.io/npm/v/@47ng/typescript-library-starter?color=red)](https://www.npmjs.com/package/@47ng/typescript-library-starter)
6+
[![MIT License](https://img.shields.io/github/license/47ng/typescript-library-starter.svg?color=blue)](https://github.com/47ng/typescript-library-starter/blob/next/LICENSE)
7+
[![CI/CD](https://github.com/47ng/typescript-library-starter/workflows/CI%2FCD/badge.svg?branch=next)](https://github.com/47ng/typescript-library-starter/actions)
8+
[![Coverage Status](https://coveralls.io/repos/github/47ng/typescript-library-starter/badge.svg?branch=next)](https://coveralls.io/github/47ng/typescript-library-starter?branch=next)
99

1010
</div>
1111

@@ -16,9 +16,9 @@
1616
## Installation
1717

1818
```shell
19-
pnpm add @47ng/package-name
20-
yarn add @47ng/package-name
21-
npm i @47ng/package-name
19+
pnpm add @47ng/typescript-library-starter
20+
yarn add @47ng/typescript-library-starter
21+
npm i @47ng/typescript-library-starter
2222
```
2323

2424
## Usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@47ng/package-name",
2+
"name": "@47ng/typescript-library-starter",
33
"version": "0.0.0-semantically-released",
44
"description": "Template repository for TypeScript libraries",
55
"license": "MIT",
66
"author": {
77
"name": "François Best",
8-
"email": "npm.package-name@francoisbest.com",
8+
"email": "npm.typescript-library-starter@francoisbest.com",
99
"url": "https://francoisbest.com"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)