Skip to content

Commit 662da21

Browse files
committed
update package.json
1 parent bd31874 commit 662da21

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

api/package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "hackbuddy-api",
33
"version": "1.0.0",
4-
"description": "",
54
"main": "server.js",
65
"scripts": {
76
"start": "NODE_ENV=production node server.js",
8-
"dev": "NODE_ENV=development nodemon ./src/server.js",
7+
"dev": "NODE_ENV=development nodemon server.js",
98
"test": "NODE_ENV=testing jest --verbose --runInBand --watch"
109
},
1110
"dependencies": {
@@ -36,10 +35,8 @@
3635
},
3736
"repository": {
3837
"type": "git",
39-
"url": "git+https://github.com/codingknite/api-server.git"
38+
"url": "git+https://github.com/codingknite/hackbuddy.git"
4039
},
41-
"keywords": [],
42-
"author": "",
43-
"license": "ISC",
44-
"homepage": "https://github.com/codingknite/api-server#readme"
40+
"homepage": "https://github.com/codingknite/hackbuddy#readme",
41+
"license": "MIT"
4542
}

0 commit comments

Comments
 (0)