We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f1515 commit a4d63b4Copy full SHA for a4d63b4
package.js
@@ -1,5 +1,5 @@
1
Package.describe({
2
- name: 'marvin:javascript-load-image',
+ name: 'blueimp:javascript-load-image',
3
version: '2.1.0',
4
summary: 'A JavaScript library to load and transform image files.',
5
git: 'https://github.com/blueimp/JavaScript-Load-Image',
@@ -19,6 +19,6 @@ Package.onTest(function(api) {
19
'tinytest',
20
]);
21
22
- api.use('marvin:javascript-load-image');
+ api.use('blueimp:javascript-load-image');
23
api.addFiles('test/meteor-tests.js', 'client');
24
});
0 commit comments