Skip to content

Commit 0d858e0

Browse files
committed
- Created fork
- Fixed again, reverted to @microsoft namespace - Created fork
1 parent ee40f81 commit 0d858e0

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

package-lock.json

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

rush.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,13 @@
162162
* IMPORTANT: Because these are regular expressions encoded as JSON string literals,
163163
* RegExp escapes need two backslashes, and ordinary periods should be "\\.".
164164
*/
165-
"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"],
166-
165+
//"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"],
167166
/**
168167
* When Rush reports that the address is malformed, the notice can include an example
169168
* of a recommended email. Make sure it conforms to one of the allowedEmailRegExps
170169
* expressions.
171170
*/
172-
"sampleEmail": "example@users.noreply.github.com"
173-
171+
//"sampleEmail": "example@users.noreply.github.com"
174172
/**
175173
* The commit message to use when committing changes during 'rush publish'.
176174
*
@@ -179,7 +177,6 @@
179177
* in the commit message, and then customize Rush's message to contain that string.
180178
*/
181179
// "versionBumpCommitMessage": "Bump versions [skip ci]",
182-
183180
/**
184181
* The commit message to use when committing changes during 'rush version'.
185182
*
@@ -188,7 +185,6 @@
188185
* in the commit message, and then customize Rush's message to contain that string.
189186
*/
190187
// "changeLogUpdateCommitMessage": "Update changelogs [skip ci]",
191-
192188
/**
193189
* The commit message to use when committing changefiles during 'rush change --commit'
194190
*
@@ -436,7 +432,7 @@
436432
"shouldPublish": true
437433
},
438434
{
439-
"packageName": "@microsoft/api-extractor",
435+
"packageName": "@ionweb/api-extractor",
440436
"projectFolder": "apps/api-extractor",
441437
"reviewCategory": "libraries",
442438
"shouldPublish": true,
@@ -1375,7 +1371,7 @@
13751371
"reviewCategory": "libraries",
13761372
"shouldPublish": false,
13771373
"decoupledLocalDependencies": [
1378-
"@microsoft/api-extractor",
1374+
"@ionweb/api-extractor",
13791375
"@rushstack/eslint-config",
13801376
"@rushstack/eslint-patch",
13811377
"@rushstack/eslint-plugin",

0 commit comments

Comments
 (0)