Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Dec 20, 2022
1 parent 4bc506f commit 15d9448
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": "ipl-ocp",
"version": "2.0.3",
"version": "2.0.4",
"api_version": "1.0.0",
"manufacturer": "Inkling Performance Labs",
"product": "Overlay Control Panel",
Expand All @@ -14,7 +14,7 @@
"description": "Module to control IPL OCP",
"main": "dist/index.js",
"scripts": {
"build": "npx rimraf dist && npx typescript@~4.5 -p tsconfig.build.json",
"build": "npx rimraf dist && npx --package=typescript@~4.5 -c 'tsc -p tsconfig.build.json'",
"build:main": "tsc -p tsconfig.build.json",
"build:watch": "tsc -p tsconfig.build.json --watch",
"postinstall": "yarn build"
Expand Down

0 comments on commit 15d9448

Please sign in to comment.