Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LykaiosNZ committed Nov 2, 2024
1 parent eac1d9a commit 4d70596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockos-reaper",
"shortname": "reaper",
"description": "Cockos REAPER module for Companion",
"version": "2.0.0",
"version": "0.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-cockos-reaper.git",
"bugs": "https://github.com/bitfocus/companion-module-cockos-reaper/issues",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cockos-reaper",
"version": "2.0.0",
"main": "index.js",
"version": "2.1.1",
"main": "dist/index.js",
"scripts": {
"prepare": "husky install",
"build": "rimraf dist && yarn build:main",
Expand Down

0 comments on commit 4d70596

Please sign in to comment.