fix: remove incorrect Node.js prereq, add package-lock.json to gitignore
Co-authored-by: htekdev <100806365+htekdev@users.noreply.github.com>
This commit is contained in:
parent
44ea06f36a
commit
addd3acc4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ docker-compose.extra.yml
|
||||
dist
|
||||
*.bun-build
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
bun.lock
|
||||
bun.lockb
|
||||
coverage
|
||||
|
||||
@ -13,7 +13,6 @@ GitHub Copilot CLI (`copilot`) is GitHub's terminal-based AI assistant. Moltbot
|
||||
## Prerequisites
|
||||
|
||||
- **GitHub Copilot subscription** (Individual, Business, or Enterprise)
|
||||
- **Node.js 22+**
|
||||
- **GitHub CLI** (`gh`) authenticated with your GitHub account
|
||||
|
||||
## Installation
|
||||
|
||||
13304
package-lock.json
generated
13304
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user