0.0.1
All checks were successful
/ build (push) Successful in 28s

This commit is contained in:
phil 2024-11-05 13:07:56 +01:00
parent 73430a0fe9
commit d343f413e3
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "treetrail", "name": "treetrail",
"version": "0.0.0", "version": "0.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "treetrail", "name": "treetrail",
"version": "0.0.0", "version": "0.0.1",
"dependencies": { "dependencies": {
"@angular/animations": "^18.2.6", "@angular/animations": "^18.2.6",
"@angular/cdk": "^18.2.6", "@angular/cdk": "^18.2.6",

View file

@ -1,6 +1,6 @@
{ {
"name": "treetrail", "name": "treetrail",
"version": "0.0.0", "version": "0.0.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail", "start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail",