Skip to content

Commit

Permalink
remove submit files
Browse files Browse the repository at this point in the history
  • Loading branch information
mscomazzon committed Jul 9, 2021
1 parent 3fe65b8 commit 6196f15
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 53 deletions.
6 changes: 1 addition & 5 deletions 01-DOM/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
"jest": "^26.6.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
}
"license": "ISC"
}
1 change: 0 additions & 1 deletion 01-DOM/homework/submit.js

This file was deleted.

6 changes: 1 addition & 5 deletions 02-CSS/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
}
"license": "ISC"
}
1 change: 0 additions & 1 deletion 02-CSS/homework/submit.js

This file was deleted.

6 changes: 1 addition & 5 deletions 03-ES6/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
}
"license": "ISC"
}
1 change: 0 additions & 1 deletion 03-ES6/homework/submit.js

This file was deleted.

4 changes: 1 addition & 3 deletions 04-Ajax/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^2.0.7",
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
"nodemon": "^2.0.7"
}
}
1 change: 0 additions & 1 deletion 04-Ajax/homework/submit.js

This file was deleted.

2 changes: 0 additions & 2 deletions 05-Bundlers/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1"
}
Expand Down
1 change: 0 additions & 1 deletion 05-Bundlers/homework/submit.js

This file was deleted.

2 changes: 0 additions & 2 deletions 06-React-Intro/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.1",
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
Expand Down
1 change: 0 additions & 1 deletion 06-React-Intro/homework/submit.js

This file was deleted.

4 changes: 1 addition & 3 deletions 07-React-Estilos/homework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"@testing-library/user-event": "^13.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"node-fetch": "^2.6.1",
"prompt-sync": "^4.2.0"
"react-scripts": "4.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 6196f15

Please sign in to comment.