Skip to content

Commit

Permalink
Merge pull request #12 from defi-wonderland/feat/init-package
Browse files Browse the repository at this point in the history
feat: add package.json
  • Loading branch information
d-xo authored Feb 23, 2023
2 parents f9449d3 + 3bdecaa commit cc0bf20
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "weird-erc20",
"version": "1.0.0",
"description": "Minimal example implementations in Solidity of ERC20 tokens with behaviour that may be surprising or unexpected",
"bugs": "https://github.com/d-xo/weird-erc20/issues",
"author": "dxo <[email protected]>",
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "https://github.com/d-xo/weird-erc20.git"
}
}

0 comments on commit cc0bf20

Please sign in to comment.