File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+
13// @ts -expect-error
24import yargs from "yargs" ;
35// @ts -expect-error
You can’t perform that action at this time.
0 commit comments