Skip to content

Commit

Permalink
udpates to version and ignore
Browse files Browse the repository at this point in the history
updated e-common-data version
added ignore for docker and git
  • Loading branch information
Sean Muir committed Dec 8, 2023
1 parent 0d9eb87 commit b8c5830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
dist
env
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/env
/dist
/tmp
/out-tsc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"e-care-common-data-services" :"^1.1.0"
"e-care-common-data-services" :"^1.1.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1001.0",
Expand Down

0 comments on commit b8c5830

Please sign in to comment.