Skip to content

Commit

Permalink
Add npm project fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Harrison authored and GitHub committed Jul 27, 2021
1 parent 56396c5 commit e0589a6
Showing 1 changed file with 22 additions and 0 deletions.
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 e0589a6

Please sign in to comment.