Skip to content

Commit 8c089e4

Browse files
Tweak package.json
1 parent 98ac93f commit 8c089e4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"uh"
1111
],
1212
"main": "./dist/cjs/index.js",
13-
"module": "./dist/esm5/index.js",
14-
"typings": "./dist/types/index.d.ts",
13+
"module": "./dist/esm/index.js",
14+
"typings": "./dist/esm/index.d.ts",
1515
"exports": {
1616
".": {
1717
"import": {
@@ -29,9 +29,6 @@
2929
"type": "git",
3030
"url": "https://github.com/microbit-foundation/microbit-universal-hex"
3131
},
32-
"config": {
33-
"umdName": "microbitUh"
34-
},
3532
"author": "Micro:bit Educational Foundation <[email protected]>",
3633
"license": "MIT",
3734
"engines": {

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"noUnusedParameters": false,
1818
"noFallthroughCasesInSwitch": true
1919
},
20-
"include": ["./src"],
21-
"compileOnSave": false
20+
"include": ["src"]
2221
}

0 commit comments

Comments
 (0)