Skip to content

Commit

Permalink
Add old dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed May 14, 2020
0 parents commit 6e89be5
Show file tree
Hide file tree
Showing 3 changed files with 183 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
160 changes: 160 additions & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "renovate-npm-bug",
"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/watchdogpolska/renovate-npm-bug.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/watchdogpolska/renovate-npm-bug/issues"
},
"homepage": "https://github.com/watchdogpolska/renovate-npm-bug#readme",
"dependencies": {
"small_eod_client": "git+https://github.com/watchdogpolska/small-eod-sdk-javascript.git#9e3dc075e1de0cf1292dda3fe92ffe6c709e0ca3"
}
}

0 comments on commit 6e89be5

Please sign in to comment.