Commit c5d7a0c4 authored by zeke's avatar zeke

add readies and update package.json files in tests to keep newer versions of...

add readies and update package.json files in tests to keep newer versions of npm from polluting stderr
parent 2abc83a5
A fake README, to keep npm from polluting stderr.
\ No newline at end of file
{
"name": "myapp",
"version": "0.0.1",
"description": "It's a fake app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
},
"engines": {
"node": "0.10.15",
"npm": "1.3.5"
......
A fake README, to keep npm from polluting stderr.
\ No newline at end of file
{
"name": "myapp",
"version": "0.0.1",
"description": "It's a fake app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
},
"engines": {
"node": "5.0"
}
......
A fake README, to keep npm from polluting stderr.
\ No newline at end of file
{
"name": "myapp",
"version": "0.0.1"
"version": "0.0.1",
"description": "It's a fake app with no engine specified",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
}
}
A fake README, to keep npm from polluting stderr.
\ No newline at end of file
{
"name": "myapp",
"version": "0.0.1",
"description": "It's a fake app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
},
"engines": {
"node": "0.10.x"
}
}
A fake README, to keep npm from polluting stderr.
\ No newline at end of file
{
"name": "myapp-using-unstable-node",
"version": "0.0.1",
"description": "It's a fake app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
},
"engines": {
"node": "0.11.5"
}
}
{
"name": "myapp",
"version": "0.0.1",
"engines": {
"node": "0.10.18"
}
}
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