@stacksjs/gitlint 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +2 -1
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
#!/usr/bin/env bun
|
1
2
|
// @bun
|
2
3
|
var __defProp = Object.defineProperty;
|
3
4
|
var __export = (target, all) => {
|
@@ -1171,7 +1172,7 @@ class CAC extends EventEmitter {
|
|
1171
1172
|
}
|
1172
1173
|
}
|
1173
1174
|
// package.json
|
1174
|
-
var version = "0.1.
|
1175
|
+
var version = "0.1.5";
|
1175
1176
|
|
1176
1177
|
// bin/cli.ts
|
1177
1178
|
await init_config();
|
package/package.json
CHANGED