Skip to content

Commit

Permalink
Seat 285 public package (#244)
Browse files Browse the repository at this point in the history
* SEAT-285: removed internal package from dev dependencies

* SEAT-285: specified public scope for the package

---------

Co-authored-by: Keith River <[email protected]>
  • Loading branch information
tevo-nikita-ivashkov and keithriver authored Dec 6, 2023
1 parent 75d7c5f commit 47d4654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/seatmaps-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@ticketevolution/seatmaps-client",
"version": "2.0.0",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "A client side JavaScript library that enables users to view interactive seating charts for tickets available via the Ticket Evolution API.",
"keywords": [
"Ticket Evolution",
Expand Down

0 comments on commit 47d4654

Please sign in to comment.