-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping minbar typescript to 2.0. (#9)
* Bumping minbar typescript to 2.0. * Re-adding a change file with the expected fields. * Everything builds now. * Absolutely ensuring that all packages are built with ts2. * Adding travis. * Ooops, fixing travis. * Moving to node 4.6 * Removing fsevents. * Removing caret.
- Loading branch information
Showing
30 changed files
with
203 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- '4.6' | ||
before_script: | ||
- npm install -g gulp @microsoft/npmx | ||
script: npmx install && npmx link && npmx rebuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@microsoft/gulp-core-build-typescript", | ||
"comments": "Updating default TS build to 2.0.3", | ||
"type": "patch" | ||
} | ||
], | ||
"email": "[email protected]" | ||
} |
Oops, something went wrong.