Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 24, 2024
1 parent 4e52e0f commit d26481c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"lib/debugger.d.ts",
"lib/index.d.ts.map",
"lib/debugger.d.ts.map",
"index.ts",
"debugger.ts",
"lib/esm/package.json"
"lib/esm/package.json",
"src"
],
"main": "lib/index.js",
"module": "lib/esm/index.js",
Expand All @@ -35,8 +34,8 @@
},
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check index.ts debugger.ts",
"format": "prettier --write index.ts debugger.ts",
"lint": "prettier --check src",
"format": "prettier --write src",
"test": "node test/index.js && node test/debugger.test.js"
},
"author": "Paul Miller (https://paulmillr.com)",
Expand Down

0 comments on commit d26481c

Please sign in to comment.