Skip to content

Commit

Permalink
fix tests for TypeScript 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed May 29, 2017
1 parent c7f17a8 commit f9afde9
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"grunt": "^1.0.1 || ^0.4.0",
"typescript": "^2.2.1 || ~1"
"typescript": "^2.3.3 || ~1"
},
"devDependencies": {
"grunt": "~0.4.0 || ^1.0.1",
Expand All @@ -63,7 +63,7 @@
"grunt-tslint": "4.0.1",
"jshint-path-reporter": "~0.1.3",
"tslint": "4.3.1",
"typescript": "^2.2.1"
"typescript": "2.3.3"
},
"optionalDependencies": {},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tasks/modules/amdLoader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/cacheUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/html2ts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/reference.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/templateCache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/transformers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/modules/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/commandLineAssertions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/expected/transform/js/foo/a/A1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/expected/transform/js/rootLevel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/optionsResolverTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9afde9

Please sign in to comment.