This commit is contained in:
Benjamin Toby 2025-01-16 09:03:11 +01:00
parent a7b4e3f00b
commit 6867e8c17c
6 changed files with 4 additions and 13 deletions

View File

@ -1,9 +0,0 @@
{
"files.associations": {
"ostream": "cpp"
},
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}

2
dist/index.d.ts vendored
View File

@ -1,2 +1,2 @@
#!/usr/bin/env node
#!/usr/bin/env bun
export {};

2
dist/index.js vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env bun
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://git.tben.me/Moduletrace/nodecid.git"
"url": "https://git.tben.me/Moduletrace/buncid.git"
},
"author": "Benjamin Toby",
"license": "MIT",