Skip to content

Commit

Permalink
Merge pull request #65 from github/feelepxyz/add-project-fixtures
Browse files Browse the repository at this point in the history
Add npm project fixture
  • Loading branch information
Philip Harrison authored and GitHub committed Jul 27, 2021
2 parents 56396c5 + 4b4a013 commit a47bd57
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 0 deletions.
164 changes: 164 additions & 0 deletions __fixtures__/projects/npm/package-lock.json

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

22 changes: 22 additions & 0 deletions __fixtures__/projects/npm/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "npm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dsp-testing/dependabot-all-updates-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsp-testing/dependabot-all-updates-test/issues"
},
"homepage": "https://github.com/dsp-testing/dependabot-all-updates-test",
"dependencies": {
"fetch-factory": "^0.0.1"
},
"devDependencies": {
"etag" : "^1.0.0"
}
}

0 comments on commit a47bd57

Please sign in to comment.