Closed
Description
458477c broke our build: typings fail to install. This is because of the same reason described in #279: typings.json
refers to dist/aurelia-dialog.d.ts
but that file was deleted. It should refer to dist/commonjs/aurelia-dialog.d.ts
like it did in RC 1.0.3.
Frankly I'm getting a bit tired of our build breaking because some aurelia module failed to deploy typings correctly. How far along is the plan to support the Microsoft @types packages standard?