Skip to content

Commit 8f261f6

Browse files
committed
chore(publish): use explicit publish include list 🔨
- Replace publish exclude list with include list
1 parent ca229da commit 8f261f6

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

deno.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,6 @@
7171
"@neabyte/fast-router": "jsr:@neabyte/fast-router@^0.1.0"
7272
},
7373
"publish": {
74-
"exclude": [
75-
"*.bench.ts",
76-
"*.spec.ts",
77-
"*.test.ts",
78-
".github/",
79-
"bench/",
80-
"build.config.ts",
81-
"coverage/",
82-
"dist/",
83-
"docs/",
84-
"examples/",
85-
"package-lock.json",
86-
"package.json",
87-
"preview/",
88-
"tests/"
89-
]
74+
"include": ["src/", "README.md", "CHANGELOG.md", "LICENSE", "deno.json"]
9075
}
9176
}

0 commit comments

Comments
 (0)