Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed May 22, 2024
1 parent 319240f commit 84ea233
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
dist
*ignoreme*
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"description": "Strongly-typed CLI commands, using tRPC",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint .",
"build": "tsc -p tsconfig.lib.json",
Expand Down Expand Up @@ -38,6 +41,7 @@
"@types/node": "20.12.12",
"eslint-plugin-mmkal": "0.7.0",
"np": "10.0.5",
"typescript": "5.4.5",
"vitest": "1.6.0",
"zod": "3.23.8"
}
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "./dist",
"noEmit": false,
"declaration": true
}
},
"include": ["src"]
}

0 comments on commit 84ea233

Please sign in to comment.