Skip to content

Commit

Permalink
fix some fields for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 1, 2023
1 parent b0975f0 commit 915bd45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "rename-repos",
"version": "1.0.0",
"main": "index.js",
"version": "0.0.0-dev",
"main": "build/index.js",
"bin": "build/index.js",
"description": "CLI tool to rename cloned GitHub repos folder names",
"repository": "https://github.com/zardoy/rename-repos.git",
"author": "Vitaly Turovsky <vital2580@icloud.com>",
"license": "MIT",
"private": true,
"scripts": {
"prepublishOnly": "tsc",
"local-test": "ts-node src/index.tsx --cwd .."
Expand Down

0 comments on commit 915bd45

Please sign in to comment.