Skip to content

Commit a1f551e

Browse files
committed
fix(package): exclude desktop sources from npm package
1 parent bc98e1e commit a1f551e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"doc/",
1717
"README.md",
1818
"README.zh.md",
19-
"LICENSE",
20-
"src-tauri/",
21-
"tools/desktop/"
19+
"LICENSE"
2220
],
2321
"exports": {
2422
".": "./cli.js",

0 commit comments

Comments
 (0)