Skip to content

Commit

Permalink
fix: fix path of bin (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard authored Nov 12, 2024
1 parent bba8396 commit ab52135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "philtv-js",
"version": "1.0.0",
"version": "1.4.0",
"description": "A simple library to pair and interact with Philips TV",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand All @@ -11,7 +11,7 @@
},
"bin": {
"philtv-js-pairing": "./dist/bin/pairing.cjs",
"philtv-js": "./dist/pairing.cjs"
"philtv-js": "./dist/bin/pairing.cjs"
},
"exports": {
".": {
Expand Down

0 comments on commit ab52135

Please sign in to comment.