Skip to content

Commit e380bd4

Browse files
committed
Release cli v2.0.0-canary.0
1 parent 314eb08 commit e380bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "njt",
3-
"version": "1.0.0",
3+
"version": "2.0.0-canary.0",
44
"description": "npm jump to: a quick navigation tool for npm packages",
55
"keywords": [
66
"frog",
@@ -31,7 +31,7 @@
3131
"main": "main.js",
3232
"bin": "cli.js",
3333
"scripts": {
34-
"prepublishOnly": "yarn ncp ../README.md README.md"
34+
"prepack": "yarn ncp ../README.md README.md"
3535
},
3636
"dependencies": {
3737
"chalk": "^5.1.2",

0 commit comments

Comments
 (0)