Skip to content

Commit d9872fa

Browse files
author
Nicholas Pape
authored
Revert gcb upgrade causing SPFx regression (microsoft#140)
* Revert "Updating gulp-typescript, typescript, and tslint dependencies. (microsoft#137)" This reverts commit 1317327. * Changefile
1 parent 31737c6 commit d9872fa

File tree

16 files changed

+113
-273
lines changed

16 files changed

+113
-273
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ script:
1515
- node node_modules/@microsoft/rush/lib/rush.js link
1616
- echo -en 'travis_fold:end:link\\r'
1717
- echo 'Building...' && echo -en 'travis_fold:start:build\\r'
18-
- node node_modules/@microsoft/rush/lib/rush.js rebuild --verbose --production
18+
- node node_modules/@microsoft/rush/lib/rush.js rebuild --production
1919
- echo -en 'travis_fold:end:build\\r'
2020

api-extractor/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@types/z-schema": "3.16.31",
2626
"fs-extra": "~0.26.7",
2727
"jju": "~1.3.0",
28-
"typescript": ">=2.2.1-0 <3.0.0-0",
2928
"z-schema": "~3.17.0"
3029
}
3130
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-typescript",
5+
"comment": "Reverting change.",
6+
"type": "patch"
7+
},
8+
{
9+
"packageName": "@microsoft/api-extractor",
10+
"comment": "Reverting change.",
11+
"type": "patch"
12+
}
13+
],
14+
"email": "nickpape@users.noreply.github.com"
15+
}

0 commit comments

Comments
 (0)