axc-gravatar
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,3 +0,3 @@ | ||
import axcGravatar from 'ember-cli-gravatar/components/axc-gravatar'; | ||
import axcGravatar from 'axc-gravatar/components/axc-gravatar'; | ||
export default axcGravatar; |
@@ -22,4 +22,14 @@ /* jshint ignore:start */ | ||
}); | ||
define('dummy/components/axc-gravatar', ['exports', 'ember-cli-gravatar/components/axc-gravatar'], function (exports, axcGravatar) { | ||
define('dummy/axc-gravatar/tests/modules/axc-gravatar/components/axc-gravatar.jshint', function () { | ||
'use strict'; | ||
module("JSHint - modules/axc-gravatar/components"); | ||
test("modules/axc-gravatar/components/axc-gravatar.js should pass jshint", function () { | ||
ok(true, "modules/axc-gravatar/components/axc-gravatar.js should pass jshint."); | ||
}); | ||
}); | ||
define('dummy/components/axc-gravatar', ['exports', 'axc-gravatar/components/axc-gravatar'], function (exports, axcGravatar) { | ||
'use strict'; | ||
@@ -295,3 +305,3 @@ | ||
} else { | ||
require("dummy/app")["default"].create({"name":"axc-gravatar","version":"0.0.2.3ab24834"}); | ||
require("dummy/app")["default"].create({"name":"axc-gravatar","version":"0.0.3"}); | ||
} | ||
@@ -298,0 +308,0 @@ |
@@ -5,3 +5,9 @@ /* jshint node: true */ | ||
module.exports = { | ||
name: 'ember-cli-gravatar' | ||
name: 'axc-gravatar', | ||
included: function(app) { | ||
this._super.included(app); | ||
app.import(app.bowerDirectory + '/blueimp-md5/js/md5.min.js'); | ||
} | ||
}; |
{ | ||
"name": "axc-gravatar", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22866417
222
213481
1