Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Add Jest Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SchroederSteffen committed Feb 23, 2022
1 parent 9cd0320 commit f7d1669
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# renovate-test-jest

Renovate Bot Test for Jest
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "renovate-test-jest",
"version": "1.0.0",
"description": "Renovate Bot Test for Jest",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchroederSteffen/renovate-test-jest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SchroederSteffen/renovate-test-jest/issues"
},
"homepage": "https://github.com/SchroederSteffen/renovate-test-jest#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1"
}
}

0 comments on commit f7d1669

Please sign in to comment.