Skip to content

Commit

Permalink
Fix missing Manifest types by moving pacote to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Dec 29, 2023
1 parent cee1993 commit 8760a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 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 @@ -31,12 +31,12 @@
"start": "tsc && node dist/cli.js"
},
"dependencies": {
"@types/pacote": "^11.1.8",
"find-up-simple": "^1.0.0",
"octokit": "^3.1.2"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/pacote": "^11.1.8",
"prettier": "^3.0.0",
"prettier-config-a11y": "^1.1.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 8760a0a

Please sign in to comment.