Skip to content

Commit

Permalink
Fix pipeline (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuss committed Dec 13, 2020
1 parent f6b24e0 commit 29ddd1d
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 3 deletions.
63 changes: 63 additions & 0 deletions ci/discord/package-lock.json

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

4 changes: 4 additions & 0 deletions ci/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
"node-fetch": "^2.6.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/node-fetch": "^2.5.7"
}
}
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.33",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.13",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.56",
"@types/xml2js": "^0.4.5",
Expand Down

0 comments on commit 29ddd1d

Please sign in to comment.