Skip to content

Commit

Permalink
feat: zhi-log add color support
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 15, 2023
1 parent 389db0d commit 829ea42
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions apps/zhi-env/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "zhi-env",
"version": "1.13.0",
"version": "1.13.1",
"type": "module",
"description": "please input project description",
"description": "a cross-platform env config lib",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "terwer/zhi-env",
"homepage": "terwer/zhi-env",
"author": "please input author",
"homepage": "terwer/zhi/tree/main/apps/zhi-env",
"author": "terwer",
"license": "GPL",
"keywords": [],
"keywords": [
"zhi",
"env",
"corss-env"
],
"scripts": {
"dev": "zhi-build --watch",
"build": "zhi-build --production",
Expand All @@ -27,4 +31,4 @@
"jest-config-custom": "workspace:*",
"tsconfig": "workspace:*"
}
}
}

0 comments on commit 829ea42

Please sign in to comment.