Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
oh clif
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jun 8, 2020
1 parent eb9b6ba commit 5dd92ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "no-more-masters",
"description": "Rename your default Git branch from master to production",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [
"blm",
"git",
Expand Down Expand Up @@ -35,6 +35,7 @@
"nyc": "^14.1.1"
},
"oclif": {
"bin": "no-more-masters",
"plugins": [
"@oclif/plugin-warn-if-update-available"
]
Expand All @@ -47,11 +48,8 @@
"/src"
],
"homepage": "https://github.com/gjtorikian/no-more-masters",
"license": "MIT",
"license": "Unlicense",
"main": "src/index.js",
"oclif": {
"bin": "no-more-masters"
},
"repository": "gjtorikian/no-more-masters",
"scripts": {
"posttest": "eslint .",
Expand Down

0 comments on commit 5dd92ea

Please sign in to comment.