Skip to content

Commit 62f495d

Browse files
Merge branch 'develop'
2 parents c7e643f + d253dad commit 62f495d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
publish-npm:
9+
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2
1112
- uses: actions/setup-node@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-ts-web-app",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "Create web app with typescript support",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)