Skip to content

Commit

Permalink
chore: rename smart-contracts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyrrell committed Apr 25, 2021
1 parent d30b7f4 commit a1842de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions smart-contracts/package-lock.json

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

4 changes: 2 additions & 2 deletions smart-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "shai-coin",
"name": "ethereum-box-smart-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "hardhat test"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit a1842de

Please sign in to comment.