aurelia / i18n

A plugin that provides i18n support.
MIT License
93 stars 70 forks source link

Path in typings.json no longer targeting aurelia-i18n.d.ts #290

Closed henrikroschmann closed 5 years ago

henrikroschmann commented 5 years ago

I'm submitting a bug report Path in typings.json no longer targeting aurelia-i18n.d.ts. 6 days ago aurelia-i18n.d.ts was moved out from the typings folder to the root in the dist folder.

Current behaviour: typings ERR! message Unable to read typings for "aurelia-i18n". You should check the entry paths in "typings.json" are up to date typings ERR! caused by https://raw.githubusercontent.com/aurelia/i18n/master/dist/typings/aurelia-i18n.d.ts/index.d.ts responded with 404, expected it to equal 200

henrikroschmann commented 5 years ago

typings.json { "name": "aurelia-i18n", "main": "dist/typings/aurelia-i18n.d.ts" }

It should say { "name": "aurelia-i18n", "main": "dist/aurelia-i18n.d.ts" }

bigopon commented 5 years ago

@henrikroschmann Would be nice if you could create a PR for it 👍

zewa666 commented 5 years ago

PR merged