Skip to content

Commit

Permalink
fix: cleanup dependencies (#213)
Browse files Browse the repository at this point in the history
* fix: cleanup dependencies

* fix: regenerate consistently with yarnpkg

* fix: remove ts-node
  • Loading branch information
sakulstra authored Aug 24, 2023
1 parent 3ae3927 commit 815d1cc
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 2,070 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ out/
cache/

node_modules/
package-lock.json

dist/
dist/
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
"options": {
"parser": "solidity-parse",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
Expand Down
Loading

0 comments on commit 815d1cc

Please sign in to comment.