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

Commit 7dcacbf

Browse files
committed
Release 1.0.0
1 parent f6d71d6 commit 7dcacbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blih_cli 1.0.0
2-
2020-08-09
2+
2020-08-30
33

44
What's in?
55
- Add cloning options in option menu

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"npmjs": "blih_cli",
55
"github": "@greendjango/blih_cli"
66
},
7-
"version": "0.2.0",
7+
"version": "1.0.0",
88
"description": "Blih CLI for Linux",
99
"keywords": [
1010
"cli",
@@ -39,7 +39,7 @@
3939
"lint": "tslint --project tsconfig.json",
4040
"buildDev": "tsc; chmod a+x build/index.js",
4141
"buildProd": "rm -rf build prod; npm run buildDev -s; cp -r build prod",
42-
"dev" : "env BLIH_CLI_CONFIG_SKIP=true ./build/index.js",
42+
"dev": "env BLIH_CLI_CONFIG_SKIP=true ./build/index.js",
4343
"update": "npm outdated || exit 0"
4444
},
4545
"man": "./man/json.1",

0 commit comments

Comments
 (0)