Skip to content

Commit

Permalink
fix: package.json module path
Browse files Browse the repository at this point in the history
  • Loading branch information
esfox committed Feb 17, 2024
1 parent 88a6a62 commit a6909b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"all": "npm run clean && npm run build && npm test && npm run test:mutation",
"clean": "rimraf \"+(test|src)/*.+(js|map|tsbuildinfo|d.ts)\" dist",
"build": "tsc -b && tsc -p src --outDir dist/esm --module esnext --target esnext",
"prepare": "npm run build",
"test": "mocha",
"test:mutation": "stryker run",
"version": "npm run generate-changelog",
Expand Down

0 comments on commit a6909b5

Please sign in to comment.