Skip to content

Commit f1ad768

Browse files
committed
chore: update the readme in adequation with the bump of version
1 parent d332fae commit f1ad768

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<a src="https://sonarcloud.io/summary/new_code?id=Exomus_ng-three-starter-kit" >
3434
<img src="https://sonarcloud.io/api/project_badges/measure?project=Exomus_ng-three-starter-kit&metric=bugs"/>
3535
</a>
36-
<a src="https://0xaxiome.github.io/docs/ng-three-starter-kit/v0.4.0/">
37-
<img src="https://0xaxiome.github.io/docs/ng-three-starter-kit/v0.4.0/images/coverage-badge-documentation.svg">
36+
<a src="https://0xaxiome.github.io/docs/ng-three-starter-kit/v0.5.0/">
37+
<img src="https://0xaxiome.github.io/docs/ng-three-starter-kit/v0.5.0/images/coverage-badge-documentation.svg">
3838
</a>
3939
</p>
4040
</div>
@@ -52,8 +52,8 @@
5252
</p>
5353

5454
- Angular v14
55-
- Threejs (r142)
56-
- @types/three (r141)
55+
- Threejs (r146)
56+
- @types/three (r146)
5757

5858
# Quick Start 🏁
5959

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "ng-three-starter-kit",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "ng test"
9+
"test": "ng test",
10+
"docs": "npx compodoc -p tsconfig.doc.json --theme=postmark"
1011
},
1112
"private": true,
1213
"dependencies": {
@@ -31,6 +32,7 @@
3132
"@angular-devkit/build-angular": "^14.2.9",
3233
"@angular/cli": "~14.2.9",
3334
"@angular/compiler-cli": "^14.2.10",
35+
"@compodoc/compodoc": "^1.1.19",
3436
"@types/jasmine": "~4.3.0",
3537
"@types/three": "^0.146.0",
3638
"jasmine-core": "~4.5.0",

0 commit comments

Comments
 (0)