Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
43f5643ab1 | |||
99e4dcb2e8 |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.12.2",
|
||||
"version": "1.12.3",
|
||||
"description": "A CLI toolbelt to streamline local development cycles by using various gitzone utilities.",
|
||||
"main": "dist_ts/index.ts",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@ -91,6 +91,11 @@
|
||||
"prettier": "^3.4.2",
|
||||
"through2": "^4.0.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"peek-readable": "5.3.1"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
"ts_web/**/*",
|
||||
|
Reference in New Issue
Block a user