Skip to content

Commit 97e0fb4

Browse files
Upgrade typescript-esm to 1.0.1
1 parent 72c5dc1 commit 97e0fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "rimraf dist output test/output",
2424
"format": "prettier --write '**/*.ts'",
2525
"build-tests": "tsc -p test/tsconfig.json",
26-
"postbuild-tests": "tsc-esm -p test/output",
26+
"postbuild-tests": "tsc-esm -p test/tsconfig.json",
2727
"pretest": "yarn npm-run-all build build-tests",
2828
"test": "ava -v --timeout=2m",
2929
"build": "rollup -c; chmod a+x dist/filesize",
@@ -54,7 +54,7 @@
5454
"rollup": "2.6.1",
5555
"tslib": "1.11.1",
5656
"typescript": "3.8.3",
57-
"typescript-esm": "0.0.6"
57+
"typescript-esm": "1.0.1"
5858
},
5959
"volta": {
6060
"node": "14.0.0",

0 commit comments

Comments
 (0)