ember-cli-typescript
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -34,3 +34,3 @@ 'use strict'; | ||
let isAddon = this.project.isEmberCLIAddon(); | ||
let includes = ['app', isAddon && 'addon', 'tests'].concat(inRepoAddons).filter(Boolean); | ||
let includes = ['app', isAddon && 'addon', 'tests', 'types'].concat(inRepoAddons).filter(Boolean); | ||
@@ -37,0 +37,0 @@ // Mirage is already covered for addons because it's under `tests/` |
@@ -9,2 +9,8 @@ # Changelog | ||
## [1.1.5] - 2018-02-20 | ||
### Fixed | ||
* Fixed a regression in 1.1.4 which caused in-repo-addons written in TypeScript not to work correctly. | ||
## [1.1.4] - 2018-02-20 | ||
@@ -172,3 +178,4 @@ | ||
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify | ||
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...HEAD | ||
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.5...HEAD | ||
[1.1.5]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.4...v1.1.5 | ||
[1.1.4]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...v1.1.4 | ||
@@ -175,0 +182,0 @@ [1.1.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...v1.1.3 |
@@ -67,3 +67,4 @@ 'use strict'; | ||
return new MergeTrees(addonAppTrees, { overwrite: true }); | ||
let tree = new MergeTrees(addonAppTrees, { overwrite: true }); | ||
return new Funnel(tree, { srcDir: 'app', allowEmpty: true }); | ||
} | ||
@@ -70,0 +71,0 @@ |
{ | ||
"name": "ember-cli-typescript", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Allow ember apps to use typescript files.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159161
380059
2137