Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosttly committed Aug 23, 2023
1 parent f0a53af commit f6597ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@mailik/mono-repo",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "npm run build --ws --if-present",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mailik/sdk",
"version": "0.0.4",
"description": "",
"main": "./lib/index.js",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "rimraf lib tsconfig.build.tsbuildinfo && ttsc --build tsconfig.build.json",
Expand Down

0 comments on commit f6597ea

Please sign in to comment.