Skip to content

Commit 00ea8e6

Browse files
committed
fix: update package name from @pkgtools/init to @pkgtools/tool-init in README and package.json
1 parent 0e6811d commit 00ea8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @pkgtools/init [![CI](https://github.com/pkgtoolsjs/init/actions/workflows/ci.yml/badge.svg)](https://github.com/pkgtoolsjs/init/actions/workflows/ci.yml)
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)
22

33
Initialize a Node.js project.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pkgtools/init",
2+
"name": "@pkgtools/tool-init",
33
"description": "Initialize a Node.js project.",
44
"version": "0.0.1",
55
"private": false,

0 commit comments

Comments
 (0)