Skip to content

Commit

Permalink
Fix paths in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed May 31, 2024
1 parent ff82fe3 commit c889638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions header-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "A simple TS script to generate a header blob for the ML runner",
"author": "Micro:bit Educational Foundation <[email protected]>",
"license": "MIT",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts",
"module": "./built/main.js",
"typings": "./built/main.d.ts",
"files": [
"./dist/*.js",
"./dist/*.d.ts"
"./built/*.js",
"./built/*.d.ts"
],
"scripts": {
"start": "ts-node --project tsconfig.cli.json src/cli.ts",
Expand Down

0 comments on commit c889638

Please sign in to comment.