Skip to content

Commit fbd15c2

Browse files
author
Jonathan Turner
committed
Address code review feedback
1 parent 01b249d commit fbd15c2

4 files changed

Lines changed: 19 additions & 24 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript": "~3.1.6"
2020
},
2121
"devDependencies": {
22-
"@types/long": "^4.0.0",
22+
"@types/long": "4.0.0",
2323
"long": "^4.0.0"
2424
}
2525
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
// DO NOT ADD COMMENTS IN THIS FILE. They will be lost when the Rush tool resaves it.
22
{
33
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/approved-packages.schema.json",
4-
"packages": [
5-
{
6-
"name": "long",
7-
"allowedCategories": [ "tests" ]
8-
}
9-
]
4+
"packages": []
105
}

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@
366366
"name": "lolex",
367367
"allowedCategories": [ "libraries" ]
368368
},
369+
{
370+
"name": "long",
371+
"allowedCategories": [ "tests" ]
372+
},
369373
{
370374
"name": "md5",
371375
"allowedCategories": [ "libraries" ]

common/config/rush/pnpm-lock.yaml

Lines changed: 13 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)