Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 21, 2021
1 parent 82b0ecb commit b3b9e3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
47 changes: 7 additions & 40 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -122,7 +122,6 @@
"@types/react": "^16.0.2",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.1.0",
"@types/source-map-support": "^0.5.0",
"@yarnpkg/fslib": "^2.4.0",
"ava": "^3.15.0",
"axios": "^0.21.1",
Expand Down Expand Up @@ -158,7 +157,7 @@
}
},
"dependencies": {
"@cspotcode/source-map-support": "0.6.0-0",
"@cspotcode/source-map-support": "0.6.0-1",
"@tsconfig/node10": "^1.0.7",
"@tsconfig/node12": "^1.0.7",
"@tsconfig/node14": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -3,7 +3,7 @@ import { Module } from 'module';
import * as util from 'util';
import { fileURLToPath } from 'url';

const sourceMapSupport = require('@cspotcode/source-map-support') as typeof import('source-map-support');
import sourceMapSupport = require('@cspotcode/source-map-support');
import { BaseError } from 'make-error';
import type * as _ts from 'typescript';

Expand Down

0 comments on commit b3b9e3f

Please sign in to comment.