We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140f49f commit f07504cCopy full SHA for f07504c
packages/elements/package.json
@@ -1,6 +1,14 @@
1
{
2
"name": "@hyperkitxyz/elements",
3
"main": "./src/index.ts",
4
+ "version": "0.0.1",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/hyperlaunch/hyperkit.git"
8
+ },
9
+ "author": "Chris Garrett <[email protected]>",
10
+ "license": "MIT",
11
+ "private": false,
12
"devDependencies": {
13
"@oxc-transform/binding-linux-x64-gnu": "^0.31.0",
14
"@types/bun": "latest",
packages/elements/package.ts
@@ -31,5 +31,5 @@ await Bun.build({
31
entrypoints: entrypoints.map((file) => `./src/${file}`),
32
outdir: "./package/dist",
33
plugins: [dts({ outdir: "./package/dist" })],
34
- minify: true, // Minify the JavaScript output
+ minify: true,
35
});
0 commit comments