Skip to content

Commit

Permalink
chore(trampoline): Not private 1.0.1 (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Oct 1, 2024
2 parents 4b6d8e6 + 0c1c54a commit 797d4b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/trampoline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/trampoline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Multicolor trampolining for recursive operations",
"keywords": [
"trampoline",
Expand Down Expand Up @@ -64,7 +64,6 @@
"*.js",
"*.ts"
],
"private": true,
"eslintConfig": {
"extends": [
"plugin:@endo/internal"
Expand All @@ -76,6 +75,9 @@
],
"timeout": "2m"
},
"publishConfig": {
"access": "public"
},
"typeCoverage": {
"atLeast": 96.09
}
Expand Down

0 comments on commit 797d4b5

Please sign in to comment.