Skip to content

Commit 4432fad

Browse files
committed
Chore: update package.json description and name
1 parent 8b638d1 commit 4432fad

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

api/javascript/search/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
2-
"//1": "describes your app and its dependencies",
3-
"//2": "https://docs.npmjs.com/files/package.json",
4-
"//3": "updating this file will download and update your packages",
5-
"name": "hello-express",
2+
"name": "github-search-api",
63
"version": "0.0.1",
7-
"description": "A simple Node app built on Express, instantly up and running.",
4+
"description": "Demo of the GitHub Search API, using several authentication strategies to avoid rate limits.",
85
"main": "server.js",
96
"scripts": {
107
"start": "node server.js"

0 commit comments

Comments
 (0)