Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenDjango committed Aug 30, 2020
1 parent f6d71d6 commit 7dcacbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blih_cli 1.0.0
2020-08-09
2020-08-30

What's in?
- Add cloning options in option menu
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"npmjs": "blih_cli",
"github": "@greendjango/blih_cli"
},
"version": "0.2.0",
"version": "1.0.0",
"description": "Blih CLI for Linux",
"keywords": [
"cli",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lint": "tslint --project tsconfig.json",
"buildDev": "tsc; chmod a+x build/index.js",
"buildProd": "rm -rf build prod; npm run buildDev -s; cp -r build prod",
"dev" : "env BLIH_CLI_CONFIG_SKIP=true ./build/index.js",
"dev": "env BLIH_CLI_CONFIG_SKIP=true ./build/index.js",
"update": "npm outdated || exit 0"
},
"man": "./man/json.1",
Expand Down

0 comments on commit 7dcacbf

Please sign in to comment.