diff --git a/index.ts b/index.ts index fdb5bba..670bedc 100644 --- a/index.ts +++ b/index.ts @@ -1 +1 @@ -export * as pwd from 'pwd' +export * as pwd from './src/pwd' diff --git a/package.json b/package.json index b3dee3e..62b8bb2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "module": "index.ts", "type": "module", - "files": ["index.ts"], + "files": ["index.ts", "src"], "scripts": { "test": "bun test" @@ -15,8 +15,8 @@ "dependencies": { "jose": "^5.3.0", - "log": "git@git.pband.ch:typescript/log.git", - "result": "git@git.pband.ch:typescript/result.git" + "log": "git+https://git.pband.ch/typescript/log.git", + "result": "git+https://git.pband.ch/typescript/result.git" }, "devDependencies": { "@types/bun": "^1.1.2" diff --git a/tsconfig.json b/tsconfig.json index de704e7..1ea7eaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - "baseUrl": "./src", - // Enable latest features "lib": ["ESNext"], "target": "ESNext",