Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioconselheiro committed May 20, 2024
1 parent b82ac61 commit e0ff2a4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Existing Docker Compose (Extend)",
"name": "Time2Blocks for Angular",
"dockerComposeFile": [
"docker-compose.yml"
],
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
dockerfile: ./.devcontainer/Dockerfile
working_dir: /time2blocks-ngx
ports:
- "4203:4200"
- "4202:4200"
volumes:
- ..:/time2blocks-ngx:cached
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@belomonte/time2blocks-light": "^1.2.2",
"@belomonte/time2blocks-light": "^1.2.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
Expand Down
12 changes: 6 additions & 6 deletions projects/belomonte/time2blocks-ngx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/belomonte/time2blocks-ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@belomonte/time2blocks-ngx",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git+https://github.com/antonioconselheiro/time2blocks-ngx.git"
},
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@belomonte/time2blocks-light": "^1.2.2"
"@belomonte/time2blocks-light": "^1.2.3"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit e0ff2a4

Please sign in to comment.