Skip to content

Commit

Permalink
Bumping minbar typescript to 2.0. (#9)
Browse files Browse the repository at this point in the history
* 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
dzearing authored Oct 28, 2016
1 parent 7d19ec6 commit 98c4f27
Show file tree
Hide file tree
Showing 30 changed files with 203 additions and 225 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
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
10 changes: 10 additions & 0 deletions common/changes/dzearing-update-ts2_2016-10-28-18-09.json
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]"
}
Loading

0 comments on commit 98c4f27

Please sign in to comment.