Skip to content

Commit acb773a

Browse files
authored
fix: release files (#45)
* fix: release files * minor cleanup
1 parent 1cba1e7 commit acb773a

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@
6666
"typedoc-plugin-markdown": "^4.1.1",
6767
"typescript": "^5.5.2"
6868
},
69-
"files": [
70-
"build/module",
71-
"!**/*.spec.*",
72-
"!**/*.json",
73-
"CHANGELOG.md",
74-
"LICENSE",
75-
"README.md"
76-
],
7769
"config": {
7870
"commitizen": {
7971
"path": "cz-conventional-changelog"

src/ax/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@
5656
]
5757
},
5858
"files": [
59-
"build",
60-
"!**/*.spec.*",
61-
"!**/*.json",
62-
"CHANGELOG.md",
63-
"LICENSE",
64-
"README.md"
59+
"**/*",
60+
"!**/*.test.*",
61+
"!**/*.json"
6562
],
6663
"bugs": {
6764
"url": "https://github.com/@ax-llm/ax/issues"

src/examples/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
"npm-run-all": "^4.1.5",
2020
"tsx": "^4.7.1"
2121
},
22-
"files": [
23-
"build",
24-
"!**/*.spec.*",
25-
"!**/*.json",
26-
"CHANGELOG.md",
27-
"LICENSE",
28-
"README.md"
29-
],
3022
"bugs": {
3123
"url": "https://github.com/@ax-llm/ax/issues"
3224
},

0 commit comments

Comments
 (0)