Commit d72d36f9 authored by zeke's avatar zeke

give the test apps consistent package.json names so nomnom can ignore them

parent ccc11bf5
{
"name": "myapp",
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "It's a fake app",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
......@@ -12,4 +12,4 @@
"dependencies": {
"express": "latest"
}
}
\ No newline at end of file
}
{
"name": "myapp",
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "It's a fake app",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
......
{
"name": "myapp",
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "It's a fake app with no engine specified",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
......
{
"name": "myapp",
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "It's a fake app",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
......
{
"name": "myapp-using-unstable-node",
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "It's a fake app",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment