We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8824e commit a380974Copy full SHA for a380974
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@github/time-elements",
3
"version": "3.1.2",
4
- "main": "dist/index.js",
+ "main": "dist/bundle.js",
5
"type": "module",
6
"module": "dist/index.js",
7
"types": "dist/index.d.ts",
@@ -14,7 +14,7 @@
14
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
15
"lint:fix": "npm run lint -- --fix",
16
"prebuild": "npm run clean && npm run lint && mkdir dist",
17
- "bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/index.js --allow-overwrite --format=esm",
+ "bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
18
"build": "tsc && npm run bundle",
19
"prepublishOnly": "npm run build",
20
"pretest": "npm run build",
0 commit comments