ember-fingerprint-translations
Advanced tools
Comparing version 0.0.6 to 0.0.7
import Ember from 'ember'; | ||
export default Ember.Service.extend({__TRANSLATION_MAP__: '__REPLACE_ME__' }); | ||
export default Ember.Service.extend({ map: {__TRANSLATION_MAP__: '__REPLACE_ME__' }}); |
{ | ||
"name": "ember-fingerprint-translations", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
6056