Skip to content

Commit e806e44

Browse files
authored
Add name to package.json (heroku#112)
The Node CNB requires this field in package.json (even though technically by spec it's not required). This is a blocker for merging heroku/cnb-builder-images#311.
1 parent a98f882 commit e806e44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"name": "Ruby getting started guide"
3+
}

0 commit comments

Comments
 (0)