ember-flexure
Advanced tools
Comparing version 0.1.6 to 0.1.7
import Ember from "ember"; | ||
import ic from "ic-ajax"; | ||
import ic-ajax from "ic-ajax"; | ||
@@ -42,4 +42,4 @@ export default Ember.Object.extend({ | ||
} | ||
return ic.ajax.request(ajaxOpts); | ||
return ic-ajax(ajaxOpts); | ||
} | ||
}); |
{ | ||
"name": "ember-flexure", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A simple model framework for Ember.js", | ||
@@ -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
19102