-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore(.gitignore): add 'dist/' directory to the list of ignored fil…
…es to exclude build artifacts from version control 📦 chore(package.json): update version from 1.0.3 to 1.0.4 to reflect the latest changes 🔧 chore(webpack.environments/development.js): update output path from '../build' to '../dist' to match the new build directory 🔧 chore(webpack.environments/production.js): update output path from '../build' to '../dist' to match the new build directory
- Loading branch information
1 parent
6e75b53
commit 681b27a
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,5 @@ package-lock.json | |
*.iml | ||
yarn.lock | ||
actions-runner | ||
build/* | ||
build/* | ||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seatmap/canvas", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"tags": "seating, seat, seatmap, seat-selection, seat-booking, booking, ticket, reservation", | ||
"author": "Ali Sait TEKE <[email protected]>", | ||
"homepage": "https://github.com/alisaitteke/seatmap-canvas", | ||
|
@@ -25,7 +25,7 @@ | |
"node": ">=4.0.0" | ||
}, | ||
"license": "MIT", | ||
"main": "build/seatmap.canvas.1.0.1.js", | ||
"main": "dist/seatmap.canvas.1.0.1.js", | ||
"devDependencies": { | ||
"@types/d3": "^5.0.0", | ||
"@types/node": "^18.6.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters