Closed finikm closed 8 years ago
As the title says, I replaced globalizeResources with globalResources in index.js to work with the latest version of Aurelia, and bumped the version to 0.0.5.
globalizeResources
globalResources
@Aaike I believe it would also require creating a new tag 0.0.5, because now it can't be strict-versioned in package.json
0.0.5
package.json
As the title says, I replaced
globalizeResources
withglobalResources
in index.js to work with the latest version of Aurelia, and bumped the version to 0.0.5.