Skip to content

Commit 7928d51

Browse files
committed
refactor: update imports to use new package structure for sounds and add dependency in package.json
1 parent 4e44766 commit 7928d51

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { existsSync, mkdirSync, writeFileSync } from 'fs';
22
import { resolve } from 'path';
33

4-
import { getLatestVersionSoundList } from './shared/features/sounds';
4+
import { getLatestVersionSoundList } from '@nbw/sounds';
55

66
function writeJSONFile(
77
dir: string,

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"": {
55
"name": "note-block-world",
66
"dependencies": {
7+
"@nbw/sounds": "workspace:*",
78
"ts-node": "^10.9.1",
89
},
910
"devDependencies": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"prettier": "^2.8.8"
4747
},
4848
"dependencies": {
49+
"@nbw/sounds": "workspace:*",
4950
"ts-node": "^10.9.1"
5051
}
5152
}

0 commit comments

Comments
 (0)