Skip to content

Commit 9d794a3

Browse files
committed
Merge branch 'main' into public
2 parents 3461b4f + 7ad51a4 commit 9d794a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/makenew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create repository
2727
run: |
2828
gh extension install mislav/gh-repo-collab
29-
gh repo create --internal --disable-wiki --description "$DESCRIPTION" $REPO
29+
gh repo create --disable-wiki --description "$DESCRIPTION" $REPO
3030
gh repo edit $REPO --delete-branch-on-merge
3131
gh repo edit $REPO --enable-projects=false
3232
gh repo-collab add $REPO $CODEOWNER --permission admin

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)