Merge pull request #160 from aliok/patch-1

Fix invalid JSON in template: nodejs.json
This commit is contained in:
Ben Parees 2018-01-12 10:16:26 -05:00 committed by GitHub
commit ef1b71a300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -208,12 +208,7 @@
}
},
"env": [
],
"resources": {
"limits": {
"memory": "${MEMORY_LIMIT}"
}
}
]
}
]
}