Skip to content

Commit

Permalink
Update license in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Apr 3, 2024
1 parent 5355fab commit b94959d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fleetrouting-app-backend",
"description": "Backend service for Fleet Routing App",
"version": "0.0.0",
"license": "MIT",
"license": "Apache-2.0",
"main": "server.js",
"engines": {
"node": ">=16 <17"
Expand Down
2 changes: 1 addition & 1 deletion application/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fleetrouting-app-frontend",
"description": "Angular frontend for Fleet Routing App",
"version": "0.0.0",
"license": "MIT",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
"demo": "npm install && ng serve -o",
Expand Down
2 changes: 1 addition & 1 deletion application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fleetrouting-app",
"description": "Local development runner for Fleet Routing App",
"version": "0.0.0",
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">=16 <17"
},
Expand Down

0 comments on commit b94959d

Please sign in to comment.