Skip to content

Commit

Permalink
add npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Oct 15, 2023
1 parent 8907cac commit 470dfba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
.env
/deployments
/.github
deploy
deployments
cache
.github
src
test
scripts
lib
hardhat-deterministic-iotex.ts
.gitmodules
.prettierignore
.prettierrc
.solhint.json
.gitignore
tsconfig.json
foundary.toml
remappings.txt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-accounts",
"version": "0.1.10",
"version": "0.1.11",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"author": "ququzone <[email protected]>",
Expand Down

0 comments on commit 470dfba

Please sign in to comment.