Skip to content

Commit

Permalink
Add License
Browse files Browse the repository at this point in the history
  • Loading branch information
breezeight committed Sep 18, 2020
1 parent c33d0b8 commit 88d9454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "final-project-sketch",
"version": "1.0.0",
"license": "ISC",
"description": "",
"main": "index.js",
"scripts": {
"init-db": "node scripts/initialize-database.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "frontend",
"version": "0.1.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
Expand Down

0 comments on commit 88d9454

Please sign in to comment.