ember-cli-numeral
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -13,4 +13,10 @@ 'use strict'; | ||
this.app.import(app.bowerDirectory + '/numeral/numeral.js'); | ||
this.app.import('vendor/shims/amd.js'); | ||
this.app.import('vendor/shims/amd.js', { | ||
exports: { | ||
numeral: [ | ||
'default' | ||
] | ||
} | ||
}); | ||
} | ||
}; |
{ | ||
"name": "ember-cli-numeral", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ember-cli addon support for Numeral.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2827
33