Skip to content

Commit 72425d8

Browse files
committed
v0.4.0
1 parent 516123c commit 72425d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
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",
@@ -46,7 +47,7 @@
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"

0 commit comments

Comments
 (0)