Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bbecf4

Browse files
committed
Update package.json header fields
1 parent c4a0edc commit 6bbecf4

File tree

2 files changed

+84
-92
lines changed

2 files changed

+84
-92
lines changed

package-lock.json

Lines changed: 80 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "hyf-js3-homework",
2+
"name": "javascript3",
33
"version": "1.0.0",
4-
"description": "GitHub API application",
4+
"description": "Course content for the JavaScript3 module",
5+
"repository": "https://github.com/HackYourFuture/JavaScript3.git",
56
"scripts": {
67
"lint": "eslint homework",
78
"test": "npm run lint"
89
},
9-
"author": "Jim Cramer",
10+
"author": "HackYourFuture",
1011
"license": "CC-BY-4.0",
1112
"dependencies": {
1213
"eslint": "^6.2.0",

0 commit comments

Comments
 (0)