Skip to content

Commit

Permalink
Merge pull request #3086 from dependabot/feelepxyz/migrate-npm7-spec-…
Browse files Browse the repository at this point in the history
…fixtures

Extract npm 7 project fixtures and update specs
  • Loading branch information
feelepxyz authored Feb 5, 2021
2 parents 30671d5 + e5faa79 commit 6d3c5ea
Show file tree
Hide file tree
Showing 135 changed files with 47,800 additions and 224 deletions.
437 changes: 213 additions & 224 deletions npm_and_yarn/spec/dependabot/npm_and_yarn/file_updater_spec.rb

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waltfy/PROTO_TEST.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/waltfy/PROTO_TEST/issues"
},
"homepage": "https://github.com/waltfy/PROTO_TEST#readme",
"dependencies": {
"fetch-factory": "^0.0.1",
"lodash": "^199.0.0"
},
"devDependencies": {
"etag": "^1.0.0"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "bump-test",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gocardless/bump-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gocardless/bump-test/issues"
},
"homepage": "https://github.com/gocardless/bump-test#readme",
"dependencies": {
"chalk": "0.4.0",
"lodash": "^1.2.1",
"stopwords": "0.0.1"
},
"devDependencies": {
"is-number": "https://github.com/jonschlinkert/is-number.git"
}
}
Loading

0 comments on commit 6d3c5ea

Please sign in to comment.