Skip to content

Commit

Permalink
Optimize for publishable package
Browse files Browse the repository at this point in the history
Moves all dependencies to `devDependencies`, so that installing the
package does not require too much time.

Only include relevant folders and files.
  • Loading branch information
dohaki committed Oct 27, 2021
1 parent 8c82914 commit ce1444c
Show file tree
Hide file tree
Showing 3 changed files with 3,216 additions and 842 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_modules
/artifacts
/cache
/typechain
/abi

# Secrets
.secret
Expand Down
Loading

0 comments on commit ce1444c

Please sign in to comment.