Skip to content

Commit

Permalink
Merge pull request #7 from alisaitteke/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alisaitteke authored Aug 2, 2022
2 parents 9e7b4b6 + 6e75b53 commit 37fc8e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: Node.js Package
on:
release:
types: [created]
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Thumbs.db
package-lock.json
*.iml
yarn.lock
actions-runner
actions-runner
build/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seatmap/canvas",
"version": "1.0.1",
"version": "1.0.3",
"tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation",
"author": "Ali Sait TEKE <[email protected]>",
"homepage": "https://github.com/alisaitteke/seatmap-canvas",
Expand Down

0 comments on commit 37fc8e3

Please sign in to comment.