Skip to content

Commit 71c7cef

Browse files
committed
Add test for package.json file not containing 'name' field
Signed-off-by: Divyansh2512 <[email protected]>
1 parent 6f2e3f9 commit 71c7cef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.2.0",
3+
"description": "A sample Node.js",
4+
"main": "index.js",
5+
"scripts": {
6+
"start": "node index.js"
7+
},
8+
"dependencies": {
9+
"express": "^4.13.3"
10+
},
11+
"engines": {
12+
"node": "4.0.0"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/heroku/node-js-sample"
17+
},
18+
"keywords": [
19+
"node",
20+
"heroku",
21+
"express"
22+
],
23+
"author": "Mark Pundsack",
24+
"contributors": [
25+
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
26+
],
27+
"license": "MIT"
28+
}

0 commit comments

Comments
 (0)