File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 33 "bin" : " dist/cli.js" ,
44 "files" : [
55 " dist/**/*.js" ,
6- " src/**/*.ts"
6+ " src/**/*.ts" ,
7+ " !src/**/*.test.ts"
78 ],
89 "main" : " src/library.ts" ,
910 "type" : " module" ,
1011 "scripts" : {
11- "build" : " tsup src/main .ts --format esm" ,
12- "deploy" : " yarn ci && yarn build && chmod +x dist/main .js && npm publish --access public" ,
12+ "build" : " tsup src/cli .ts --format esm" ,
13+ "deploy" : " yarn ci && yarn build && chmod +x dist/cli .js && npm publish --access public" ,
1314 "test" : " vitest" ,
1415 "test:coverage" : " vitest run --coverage" ,
1516 "test:ui" : " vitest --coverage --ui" ,
4647 "description" : " Define ownership of files and dependencies in a project." ,
4748 "author" : " Thomas Genin" ,
4849 "homepage" : " https://github.com/genintho/ownership" ,
49- "version" : " 0.3 .0" ,
50+ "version" : " 0.4 .0" ,
5051 "repository" : {
5152 "type" : " git" ,
5253 "url" : " git+https://github.com/genintho/ownership.git"
You can’t perform that action at this time.
0 commit comments