Skip to content

Commit

Permalink
Merge pull request #18 from solana-developers/fix-dev-dependencies
Browse files Browse the repository at this point in the history
fix: ensure devDependencies are only devDependencies
  • Loading branch information
nickfrosty authored Feb 5, 2024
2 parents cdd72fb + f3ae7e1 commit 6b5bd52
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 11 deletions.
53 changes: 46 additions & 7 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
"dependencies": {
"@solana/web3.js": "^1.78.4",
"bs58": "^5.0.0",
"dotenv": "^16.3.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"dotenv": "^16.3.1"
},
"devDependencies": {
"@digitak/esrun": "^3.2.24",
"@types/node": "^20.5.7",
"tsup": "^7.2.0"
"tsup": "^7.2.0",
"esrun": "^3.2.26",
"typescript": "^5.2.2",
"prettier": "^3.0.3"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 6b5bd52

Please sign in to comment.