UNPKG

ember-cli-new-version

Version:

A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page

15 lines (14 loc) 246 B
{ "compilerOptions": { "experimentalDecorators": true, "checkJs": true, "target": "es2018", "moduleResolution": "node", "baseUrl": ".", "paths": { "ember-cli-new-version/*": [ "addon/*" ] } } }