Skip to content

Commit

Permalink
chore: fixed js-node template
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Aug 29, 2024
1 parent 96a6773 commit 74874e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/project-templates/js-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"network",
"application"
],
"@golem-sdk/golem-js": "^3.2.0",
"dotenv": "^16.4.5",
"dependencies": {}
"dependencies": {
"@golem-sdk/golem-js": "^3.2.0",
"dotenv": "^16.4.5"
}
}

0 comments on commit 74874e0

Please sign in to comment.