Skip to content

Commit b69e187

Browse files
committed
feat: build the lib for nodejs
1 parent 5aab216 commit b69e187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-sdk",
3-
"version": "5.10.1",
3+
"version": "5.10.1-RC.0",
44
"license": "(MIT OR Apache-2.0)",
55
"files": [
66
"/dist"
@@ -15,7 +15,7 @@
1515
"types": "dist/index.d.ts",
1616
"scripts": {
1717
"prebuild": "rm -rf dist && yarn run codegen",
18-
"build": "microbundle -f modern,esm,cjs",
18+
"build": "microbundle -f modern,esm,cjs --target node",
1919
"start": "microbundle -f modern,esm,cjs watch",
2020
"copy-md-files": "npx cpx \"**/*.md\" dist",
2121
"postbuild": "cp package.json dist && yarn copy-md-files && yarn run trading:generateSchemas",

0 commit comments

Comments
 (0)