Skip to content

Commit d3f9374

Browse files
authored
don't bundle build scripts (#50)
* don't bundle build scripts * bump
1 parent 9d1d654 commit d3f9374

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codex-data/sdk",
3-
"version": "1.0.37",
3+
"version": "1.0.38",
44
"engines": {
55
"node": ">=17.5.0"
66
},
@@ -16,8 +16,7 @@
1616
"test": "jest"
1717
},
1818
"files": [
19-
"dist",
20-
"src"
19+
"dist"
2120
],
2221
"keywords": [
2322
"crypto",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"isolatedModules": true,
1818
"strict": true
1919
},
20-
"exclude": ["node_modules"],
20+
"exclude": ["node_modules", "src/scripts"],
2121
"include": ["src"]
2222
}

0 commit comments

Comments
 (0)