Skip to content

Commit

Permalink
allow for 2.x typescript compiler / fix test file ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Stuart committed Jul 16, 2016
1 parent 1e327c9 commit 3694e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"walk-sync": "^0.2.6"
},
"peerDependencies": {
"typescript": "^1.6.2 || ^1.7.0 || ^1.8.0 || ^1.9.0-dev"
"typescript": "^1.6.2 || ^1.7.0 || ^1.8.0 || ^1.9.0-dev || ^2.0.0 || ^2.0.0-dev || ^2.1.0-dev || next"
},
"devDependencies": {
"broccoli": "^0.16.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ describe('transpile TypeScript', function() {

expect(entries.map(function(entry) { return entry.relativePath; })).to.deep.eql([
'fixtures.js',
'orange.js',
'orange/',
'orange/two.js',
'orange.js',
'types.js'
]);
});
Expand Down

0 comments on commit 3694e92

Please sign in to comment.