Skip to content

Commit da87fd7

Browse files
authored
Merge pull request #1694 from cloudfoundry/remove-node-dependency
Remove unused dependency from the node asset
2 parents 774928a + 23ef498 commit da87fd7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

assets/node/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"name" : "node_without_procfile",
3-
"version": "0.1.0",
4-
"dependencies": {
5-
"ip": "^1.1.8"
6-
}
3+
"version": "0.1.0"
74
}

0 commit comments

Comments
 (0)