Skip to content

Commit

Permalink
Move TypeScript-required types to dependencies from devDependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Apr 4, 2022
1 parent 0c4badd commit 21319c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 30 deletions.
47 changes: 18 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"watch": "concurrently --kill-others \"npm:*-watch\""
},
"dependencies": {
"@types/passport-strategy": "^0.2.35",
"node-saml": "^4.0.0-beta.2",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"@cjbarth/github-release-notes": "^1.0.1",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@types/passport-strategy": "^0.2.35",
"@types/request": "^2.48.8",
"@types/sinon": "^10.0.11",
"@types/xml2js": "^0.4.8",
Expand Down

0 comments on commit 21319c5

Please sign in to comment.