Skip to content

Commit

Permalink
chore: support installing from a Git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipheris committed Mar 27, 2024
1 parent b7b2ee5 commit 421eb4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"name": "jewel-case",
"version": "0.0.0",
"exports": "./dist/index.mjs",
"bin": {
"jewelcase": "./dist/cli.mjs"
},
"devDependencies": {
"@jest/globals": "^29.3.1",
"@tsconfig/esm": "^1.0.2",
Expand Down Expand Up @@ -26,6 +32,7 @@
"packageManager": "[email protected]",
"private": true,
"scripts": {
"prepare": "npm run src:build",
"jest": "jest",
"build": "pnpm src:build",
"lint": "pnpm lint:ec && pnpm lint:eslint .",
Expand Down

0 comments on commit 421eb4e

Please sign in to comment.