Skip to content

Commit 84147c9

Browse files
committed
updated package.json with correct and current info
1 parent d6f53fc commit 84147c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "spacex-api-node",
3-
"version": "1.0.0",
4-
"description": "Repo for staging/testing SpaceX-API transition from Ruby to Javascript (Node.js)",
5-
"main": "server.js",
2+
"name": "spacex-api",
3+
"version": "2.0.2",
4+
"description": "Open Source REST API for SpaceX company, vehicle, launchpad, and launch data",
5+
"main": "app.js",
66
"scripts": {
77
"test": "PORT=0 jest -i --forceExit && codecov && eslint \"**/*.js\"",
88
"start": "node app.js",
99
"lint": "eslint \"**/*.js\""
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/jakewmeyer/SpaceX-API-Node.git"
13+
"url": "git+https://github.com/r-spacex/SpaceX-API"
1414
},
1515
"keywords": [
1616
"spacex",
@@ -21,9 +21,9 @@
2121
"author": "Jake Meyer",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/jakewmeyer/SpaceX-API-Node/issues"
24+
"url": "https://github.com/r-spacex/SpaceX-API/issues"
2525
},
26-
"homepage": "https://github.com/jakewmeyer/SpaceX-API-Node#readme",
26+
"homepage": "https://github.com/r-spacex/SpaceX-API",
2727
"dependencies": {
2828
"apicache": "^1.1.0",
2929
"codecov": "^2.3.0",

0 commit comments

Comments
 (0)