Skip to content

Commit

Permalink
Remove unused file and dependency
Browse files Browse the repository at this point in the history
Missed this when committing 36fd0bc.
  • Loading branch information
jridgewell committed Feb 3, 2022
1 parent 6df5fd1 commit b297209
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"typescript": "4.4.4"
},
"dependencies": {
"@jridgewell/resolve-uri": "^3.0.3",
"@jridgewell/trace-mapping": "^0.2.2",
"sourcemap-codec": "1.4.8"
}
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function configure(esm) {
entryFileNames: '[name].umd.js',
sourcemap: true,
globals: {
'@jridgewell/resolve-uri': 'resolveURI',
'@jridgewell/trace-mapping': 'traceMapping',
'sourcemap-codec': 'sourcemapCodec',
},
Expand Down
10 changes: 0 additions & 10 deletions src/resolve.ts

This file was deleted.

17 changes: 0 additions & 17 deletions test/unit/resolve.ts

This file was deleted.

0 comments on commit b297209

Please sign in to comment.