Skip to content

Commit

Permalink
another attempt to set .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiekoh committed Jul 30, 2020
1 parent d73c1bf commit 956b530
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 13 deletions.
3 changes: 2 additions & 1 deletion circuits/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion circuits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"maci-domainobjs": "^0.1.7",
"ts-jest": "^24.2.0",
"typescript": "^3.8.3"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 2 additions & 1 deletion cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"@types/node": "^13.1.2",
"jest": "^24.9.0",
"ts-jest": "^24.2.0"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 2 additions & 1 deletion config/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"devDependencies": {
"@types/node": "^13.1.2"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 2 additions & 1 deletion contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"maci-domainobjs": "^0.1.7",
"truffle-artifactor": "^4.0.30",
"ts-jest": "^24.2.0"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 3 additions & 0 deletions core/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"@types/node": "^13.1.2",
"jest": "^24.9.0",
"ts-jest": "^24.2.0"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 3 additions & 0 deletions crypto/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion domainobjs/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion domainobjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"jest": "^24.9.0",
"maci-crypto": "^0.1.0",
"ts-jest": "^24.2.0"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}
3 changes: 2 additions & 1 deletion integrationTests/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/__tests__
ts/__tests__
build/__tests__
.etherlime-store
3 changes: 2 additions & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"module-alias": "^2.2.2",
"shelljs": "^0.8.3",
"ts-jest": "^24.2.0"
}
},
"gitHead": "d73c1bf279dd9171c80a79404b8b8d4efa76d094"
}

0 comments on commit 956b530

Please sign in to comment.