Skip to content

Commit 9416201

Browse files
committed
fixup! Fix an issue with preservation of triple-slash references.
1 parent b1dd18e commit 9416201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tests/api-extractor-test-02/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"_phase:build": "heft run --only build -- --clean"
1111
},
1212
"dependencies": {
13+
"@types/long": "4.0.0",
1314
"@types/semver": "7.5.0",
1415
"api-extractor-test-01": "workspace:*",
15-
"semver": "~7.5.4",
16-
"@types/long": "4.0.0"
16+
"semver": "~7.5.4"
1717
},
1818
"devDependencies": {
1919
"@rushstack/heft": "workspace:*",

0 commit comments

Comments
 (0)