Skip to content

Commit

Permalink
Release cli v2.0.0-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Oct 15, 2022
1 parent 314eb08 commit e380bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "njt",
"version": "1.0.0",
"version": "2.0.0-canary.0",
"description": "npm jump to: a quick navigation tool for npm packages",
"keywords": [
"frog",
Expand Down Expand Up @@ -31,7 +31,7 @@
"main": "main.js",
"bin": "cli.js",
"scripts": {
"prepublishOnly": "yarn ncp ../README.md README.md"
"prepack": "yarn ncp ../README.md README.md"
},
"dependencies": {
"chalk": "^5.1.2",
Expand Down

0 comments on commit e380bd4

Please sign in to comment.