Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit db10464

Browse files
committed
build: fix bun lockfile
1 parent 9a1396d commit db10464

6 files changed

Lines changed: 9 additions & 1222 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ typechain-types/
2020
*.log
2121
.DS_Store
2222
.pnp.*
23-
bun.lockb
2423
deployments.md
2524
lcov.info
2625
package-lock.json

.lintstagedrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
module.exports = {
55
"*.{json,md,svg,yml}": "bun prettier --cache --write",
66
"*.sol": ["bun solhint --cache --fix --noPrompt", "forge fmt"],
7-
};
7+
};

bun.lock

Lines changed: 0 additions & 1211 deletions
This file was deleted.

bun.lockb

219 KB
Binary file not shown.

bunfig.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[install]
22
linker = "isolated"
3+
saveTextLockfile = false

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sablier/monorepo",
3-
"description": "Monorepo for Sablier's EVM smart contracts including Lockup, Flow, Airdrops, and Utils protocols",
3+
"description": "Monorepo for Sablier's EVM smart contracts",
44
"license": "SEE LICENSE IN LICENSE",
55
"private": true,
66
"version": "1.0.0",
@@ -38,12 +38,10 @@
3838
"scripts": {
3939
"setup": "husky"
4040
},
41-
"workspaces": {
42-
"packages": [
43-
"airdrops",
44-
"flow",
45-
"lockup",
46-
"utils"
47-
]
48-
}
41+
"workspaces": [
42+
"airdrops",
43+
"flow",
44+
"lockup",
45+
"utils"
46+
]
4947
}

0 commit comments

Comments
 (0)