Skip to content

Commit d352f8b

Browse files
committed
0.2.1
1 parent b171957 commit d352f8b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "module",
1010
"scripts": {
1111
"build": "tsup src/main.ts --format esm --minify",
12-
"deploy": "yarn ci && yarn build && npm publish --access public --dry-run",
12+
"deploy": "yarn ci && yarn build && chmod +x dist/main.js && npm publish --access public",
1313
"test": "vitest",
1414
"test:coverage": "vitest run --coverage",
1515
"test:ui": "vitest --coverage --ui",
@@ -45,7 +45,7 @@
4545
"description": "Define ownership of files and dependencies in a project.",
4646
"author": "Thomas Genin",
4747
"homepage": "https://github.com/genintho/ownership",
48-
"version": "0.2.0",
48+
"version": "0.2.1",
4949
"repository": {
5050
"type": "git",
5151
"url": "git+https://github.com/genintho/ownership.git"

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
// @ts-expect-error
24
import yargs from "yargs";
35
// @ts-expect-error

0 commit comments

Comments
 (0)