Skip to content

Commit

Permalink
chore(trampoline): Not private 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Oct 1, 2024
1 parent 4b6d8e6 commit 0c1c54a
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 0c1c54a

Please sign in to comment.