diff --git a/bun.lockb b/bun.lockb index c410cf0..d8ed5fe 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b82de9b..2e8025a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,13 @@ { - "name": "layc", - "version": "1.2.0", - "devDependencies": { - "bun-types": "latest", - "chokidar": "^3.5.3" - }, - "scripts": { - "test": "bun test", - "examples": "bun run ./examples/index.js" - }, - "type": "module", - "dependencies": {} + "name": "layc", + "version": "1.2.0", + "devDependencies": { + "bun-types": "latest" + }, + "scripts": { + "test": "bun test", + "examples": "bun run ./examples/index.js" + }, + "type": "module", + "dependencies": {} }