Skip to content

Commit

Permalink
chore: move optional deps to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Jun 3, 2023
1 parent 27233d0 commit 5e9280e
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 557 deletions.
3 changes: 1 addition & 2 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ $ git submodule update --init # init /public assets folder, it may take a long t
After cloning the repo, run:

```bash
$ pnpm i # install dev and optional deps of the project
$ pnpn i --no-optional # skip optional deps, install dev deps only if you don't need run ci tests
$ pnpm i # install dev deps of the project
```

A high level overview of main tools used:
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@webgpu/types": "^0.1.30",
"typedoc": "^0.24.4",
"typedoc-plugin-markdown": "^3.15.1",
"@webgpu/types": "^0.1.32",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.0.4",
"vite": "^4.2.2"
},
"optionalDependencies": {
"vite": "^4.3.9",
"conventional-changelog-cli": "^2.2.2",
"electron": "25.0.0-beta.8",
"electron": "^25.0.1",
"uglify-js": "^3.17.4",
"xvfb-maybe": "^0.2.1"
}
Expand Down
Loading

0 comments on commit 5e9280e

Please sign in to comment.