Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
d72d36f9
Commit
d72d36f9
authored
Sep 24, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
give the test apps consistent package.json names so nomnom can ignore them
parent
ccc11bf5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
package.json
test/node-modules-caching/package.json
+3
-3
package.json
test/package-json-invalidversion/package.json
+2
-2
package.json
test/package-json-noversion/package.json
+2
-2
package.json
test/package-json-stable-version/package.json
+2
-2
package.json
test/package-json-unstable-version/package.json
+2
-2
No files found.
test/node-modules-caching/package.json
View file @
d72d36f9
{
{
"name"
:
"
my
app"
,
"name"
:
"
node-buildpack-test-
app"
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"description"
:
"
It's a fake
app"
,
"description"
:
"
node buildpack integration test
app"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
"url"
:
"http://github.com/example/example.git"
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
"dependencies"
:
{
"dependencies"
:
{
"express"
:
"latest"
"express"
:
"latest"
}
}
}
}
\ No newline at end of file
test/package-json-invalidversion/package.json
View file @
d72d36f9
{
{
"name"
:
"
my
app"
,
"name"
:
"
node-buildpack-test-
app"
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"description"
:
"
It's a fake
app"
,
"description"
:
"
node buildpack integration test
app"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
"url"
:
"http://github.com/example/example.git"
...
...
test/package-json-noversion/package.json
View file @
d72d36f9
{
{
"name"
:
"
my
app"
,
"name"
:
"
node-buildpack-test-
app"
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"description"
:
"
It's a fake app with no engine specified
"
,
"description"
:
"
node buildpack integration test app
"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
"url"
:
"http://github.com/example/example.git"
...
...
test/package-json-stable-version/package.json
View file @
d72d36f9
{
{
"name"
:
"
my
app"
,
"name"
:
"
node-buildpack-test-
app"
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"description"
:
"
It's a fake
app"
,
"description"
:
"
node buildpack integration test
app"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
"url"
:
"http://github.com/example/example.git"
...
...
test/package-json-unstable-version/package.json
View file @
d72d36f9
{
{
"name"
:
"
myapp-using-unstable-node
"
,
"name"
:
"
node-buildpack-test-app
"
,
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"description"
:
"
It's a fake
app"
,
"description"
:
"
node buildpack integration test
app"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"http://github.com/example/example.git"
"url"
:
"http://github.com/example/example.git"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment