Skip to content

Commit 37e521e

Browse files
More packaging fixes
1 parent 163073e commit 37e521e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/flashing/flashing-makecode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import MemoryMap from "nrf-intel-hex";
2-
import { RegionInfo } from "../partial-flashing-service";
2+
import { RegionInfo } from "../partial-flashing-service.js";
33

44
const PXT_MAGIC_HEX = "708E3B92C615A841C49866C975EE5197";
55

lib/flashing/nordic-dfu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
DeviceError,
99
ProgressCallback,
1010
ProgressStage,
11-
} from "../device";
11+
} from "../device.js";
1212

1313
const appBinFilename = "application.bin";
1414
const appDatFilename = "application.dat";

0 commit comments

Comments
 (0)