Get rid of Result
ci/woodpecker/manual/test Pipeline was successful

This commit is contained in:
2024-09-09 03:03:03 +02:00
parent c94e14434c
commit d74f3e2d43
3 changed files with 15 additions and 16 deletions
+6 -8
View File
@@ -2,22 +2,20 @@
"name": "misc",
"description": "Various utils",
"version": "1.0.0",
"author": "Pascal Perrenoud <pascal@pband.ch>",
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"scripts": {
"test": "bun test"
},
"dependencies": {
"log": "git+https://git.pband.ch/typescript/log.git",
"rust": "git+https://git.pband.ch/typescript/rust.git"
"log": "git+https://git.pband.ch/typescript/log.git"
},
"devDependencies": {
"@types/bun": "^1.0.11"
}
},
"module": "index.ts",
"type": "module",
"files": ["index.ts"]
}