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 6469e97 commit 168aa14Copy full SHA for 168aa14
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@stacksjs/gitit",
3
"type": "module",
4
- "version": "0.2.1",
+ "version": "0.2.2",
5
"description": "A simple way to programmatically download templates.",
6
"author": "Chris Breuer <chris@stacksjs.org>",
7
"license": "MIT",
@@ -36,7 +36,10 @@
36
"bin": {
37
"gitit": "./dist/bin/cli.js"
38
},
39
- "files": ["README.md", "dist"],
+ "files": [
40
+ "README.md",
41
+ "dist"
42
+ ],
43
"scripts": {
44
"build": "bun --bun build.ts && bun run compile",
45
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/gitit",
0 commit comments