Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output ESM instead of CommonJS #225

Merged
merged 22 commits into from Nov 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"node": ">=12"
},
"scripts": {
"test": "xo && nyc ava",
"test": "xo && c8 --reporter=html --reporter=text ava",
SimonSiefke marked this conversation as resolved.
Show resolved Hide resolved
"docs": "typedoc source/index.ts",
"build": "del-cli dist && tsc",
"prepare": "npm run build",
Expand Down Expand Up @@ -63,11 +63,11 @@
"@types/node": "^16.10.2",
"@types/vali-date": "^1.0.0",
"ava": "^3.15.0",
"c8": "^7.10.0",
"del-cli": "^4.0.0",
"expect-type": "^0.12.0",
"gh-pages": "^3.2.3",
"nyc": "^15.1.0",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"typedoc": "^0.22.5",
"typescript": "^4.5.0-beta",
"xo": "github:Spence-S/xo#9d4286767a4e580eb90b85dac8cd796c0c3e905b"
Expand Down