Skip to content

Commit f07504c

Browse files
committed
Add additional package info
1 parent 140f49f commit f07504c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/elements/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "@hyperkitxyz/elements",
33
"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,
412
"devDependencies": {
513
"@oxc-transform/binding-linux-x64-gnu": "^0.31.0",
614
"@types/bun": "latest",

packages/elements/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ await Bun.build({
3131
entrypoints: entrypoints.map((file) => `./src/${file}`),
3232
outdir: "./package/dist",
3333
plugins: [dts({ outdir: "./package/dist" })],
34-
minify: true, // Minify the JavaScript output
34+
minify: true,
3535
});

0 commit comments

Comments
 (0)