Skip to content

Commit

Permalink
revert: undo baseURL support
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Feb 14, 2022
1 parent 404cdd1 commit c8384a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from 'release'
export * from './release'

/**
* Parse raw file contents that conform to the APT key-value format
Expand Down
2 changes: 1 addition & 1 deletion src/release.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parseKV } from '.'
import type { IRelease, ReleaseHash } from 'release.d'
import type { IRelease, ReleaseHash } from './release.d'

/**
* Class representing a release file
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist",
"target": "ESNext",
Expand Down

0 comments on commit c8384a0

Please sign in to comment.