Skip to content

Commit dc8bfa9

Browse files
committed
fix: update package name and author in package.json and README
1 parent 6568129 commit dc8bfa9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# @pkgtools/tool-init [![CI](https://github.com/pkgtoolsjs/tool-init/actions/workflows/ci.yml/badge.svg)](https://github.com/pkgtoolsjs/tool-init/actions/workflows/ci.yml)
1+
# pkgtools [![CI](https://github.com/pkgtoolsjs/pkgtools/actions/workflows/ci.yml/badge.svg)](https://github.com/pkgtoolsjs/pkgtools/actions/workflows/ci.yml)
22

3-
Initialize a Node.js project.
3+
A helper tool for Node.js packages.
44

55
## License
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pkgtools/tool-init",
2+
"name": "pkgtools",
33
"description": "Initialize a Node.js project.",
44
"version": "0.0.1",
55
"private": false,
@@ -40,9 +40,9 @@
4040
"prettier --parser=typescript --write"
4141
]
4242
},
43-
"author": "nice-winter",
43+
"author": "pkgtoolsjs",
4444
"repository": {
45-
"url": "git+https://github.com/pkgtoolsjs/init.git"
45+
"url": "git+https://github.com/pkgtoolsjs/pkgtools.git"
4646
},
4747
"license": "MIT",
4848
"devDependencies": {

0 commit comments

Comments
 (0)