Skip to content

Commit a461bd3

Browse files
committed
chore: change package info
1 parent a84056c commit a461bd3

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

CHANGELOG.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# @tlib/package-template
1+
# @tlib/scripts
22

3-
[![npm package @tlib/package-template](https://img.shields.io/npm/v/@tlib/package-template?style=flat-square)](http://npm.im/@tlib/package-template)
4-
[![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/tlibjs/package-template/dev/typescript?style=flat-square)]()
3+
[![npm package @tlib/scripts](https://img.shields.io/npm/v/@tlib/scripts?style=flat-square)](http://npm.im/@tlib/scripts)
4+
[![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/tlibjs/scripts/dev/typescript?style=flat-square)]()
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
66

77
a tool to generate code for typescript libraries
88

99
## Install
1010

1111
```shell
12-
npm install @tlib/package-template
13-
yarn add @tlib/package-template
12+
npm install @tlib/scripts
13+
yarn add @tlib/scripts
1414
```
1515

1616
## Usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tlib/package-template",
2+
"name": "@tlib/scripts",
33
"description": "an example package published from template for typescript libraries",
44
"license": "MIT",
55
"main": "dist/index.js",
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/tlibjs/package-template.git"
22+
"url": "https://github.com/tlibjs/scripts.git"
2323
},
2424
"scripts": {
2525
"test": "jest",

0 commit comments

Comments
 (0)