Skip to content

Commit

Permalink
Update package.json (#107)
Browse files Browse the repository at this point in the history
Added name and version field. In absence of these field, hardhat will through error if Kernel is used as local npm package.
  • Loading branch information
rokso authored May 2, 2024
1 parent 07d5d9e commit 256f1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name":"kernel",
"version":"3.0.0",
"license": "MIT",
"scripts": {
"compile": "hardhat compile"
Expand Down

0 comments on commit 256f1f4

Please sign in to comment.