Skip to content

Commit

Permalink
♻️ refactor(enclosure): rename index.ts to LoopPedalEnclosure.ts
Browse files Browse the repository at this point in the history
- rename index.ts to LoopPedalEnclosure.ts for better clarity
- update main and scripts paths in package.json to reflect the file rename
  • Loading branch information
isfopo committed Nov 28, 2024
1 parent 75894c0 commit d37f98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions hardware/enclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "enclosure",
"version": "1.0.0",
"main": "index.js",
"main": "LoopPedalEnclosure.js",
"scripts": {
"start": "tsc-watch index.ts",
"build": "tsc index.ts && jscad ."
"start": "tsc-watch LoopPedalEnclosure.ts",
"build": "tsc LoopPedalEnclosure.ts && jscad ."
},
"author": "",
"license": "ISC",
Expand All @@ -17,4 +17,4 @@
"tsc-watch": "^6.2.0",
"typescript": "^5.5.3"
}
}
}

0 comments on commit d37f98c

Please sign in to comment.