-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<!-- @format --> | ||
|
||
# Maintaining CodePair | ||
|
||
## Releasing a New Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "codepair", | ||
"version": "0.1.14", | ||
"description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", | ||
"keywords": [], | ||
"author": "yorkie-team", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"preinstall": "npx only-allow pnpm", | ||
"frontend": "pnpm --filter=frontend", | ||
"backend": "pnpm --filter=backend", | ||
"lint": "pnpm run --parallel lint", | ||
"lint:check": "pnpm run --parallel lint:check", | ||
"format": "pnpm run --parallel format", | ||
"format:check": "pnpm run --parallel format:check" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^8.7.0", | ||
"@typescript-eslint/parser": "^8.7.0", | ||
"eslint": "^9.11.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^9.1.4", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" | ||
} | ||
"name": "codepair", | ||
"version": "0.1.15", | ||
"description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", | ||
"keywords": [], | ||
"author": "yorkie-team", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"preinstall": "npx only-allow pnpm", | ||
"frontend": "pnpm --filter=frontend", | ||
"backend": "pnpm --filter=backend", | ||
"lint": "pnpm run --parallel lint", | ||
"lint:check": "pnpm run --parallel lint:check", | ||
"format": "pnpm run --parallel format", | ||
"format:check": "pnpm run --parallel format:check" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^8.7.0", | ||
"@typescript-eslint/parser": "^8.7.0", | ||
"eslint": "^9.11.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^9.1.4", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.3.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" | ||
} |