Skip to content

Commit

Permalink
fix package json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 15, 2024
1 parent f082dae commit 6f0e295
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@tscircuit/snippets-cli",
"main": "dist/lib/index.js",
"main": "dist/main.js",
"type": "module",
"version": "0.0.1",
"bin": {
"snippets": "./dist/main.js"
},
"scripts": {
"dev": "bun run ./cli/main.ts dev ./example-dir/snippet.tsx",
"build": "tsup-node cli/main.ts --format esm --sourcemap inline",
"format": "biome format --write .",
"format:check": "biome format ."
},
Expand Down

0 comments on commit 6f0e295

Please sign in to comment.