Skip to content

Commit 6f93621

Browse files
authored
Merge pull request #1 from aahill/patch-1
Updating package.json
2 parents 31ac016 + 2a1832e commit 6f93621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tutorials/Bing-Web-Search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "A single-page web app that displays Bing Web Search results, including pages, images, news articles, and video thumbnails.",
55
"main": "bing-web-search.js",
66
"dependencies": {
7-
"express": "^4.16.3",
7+
"express": "^4.16.3"
88
},
99
"devDependencies": {},
1010
"scripts": {
11-
"test": "node app.js"
11+
"test": "node bing-web-search.js"
1212
},
13-
"author": "",
13+
"author": "Microsoft Corporation"
1414
}

0 commit comments

Comments
 (0)