Skip to content

Commit ad1769f

Browse files
committed
Update readme to point to marvin's repo
1 parent b2f2ad6 commit ad1769f

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

.versions

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
babel-compiler@5.8.24_1
2+
babel-runtime@0.1.4
3+
base64@1.0.4
4+
binary-heap@1.0.4
5+
blaze@2.1.3
6+
blaze-tools@1.0.4
7+
boilerplate-generator@1.0.4
8+
callback-hook@1.0.4
9+
check@1.1.0
10+
ddp@1.2.2
11+
ddp-client@1.2.1
12+
ddp-common@1.2.2
13+
ddp-server@1.2.2
14+
deps@1.0.9
15+
diff-sequence@1.0.1
16+
ecmascript@0.1.6
17+
ecmascript-runtime@0.2.6
18+
ejson@1.0.7
19+
geojson-utils@1.0.4
20+
html-tools@1.0.5
21+
htmljs@1.0.5
22+
id-map@1.0.4
23+
jquery@1.11.4
24+
local-test:marvin:javascript-load-image@2.1.0
25+
logging@1.0.8
26+
marvin:javascript-load-image@2.1.0
27+
meteor@1.1.10
28+
minimongo@1.0.10
29+
mongo@1.1.3
30+
mongo-id@1.0.1
31+
npm-mongo@1.4.39_1
32+
observe-sequence@1.0.7
33+
ordered-dict@1.0.4
34+
promise@0.5.1
35+
random@1.0.5
36+
reactive-var@1.0.6
37+
retry@1.0.4
38+
routepolicy@1.0.6
39+
spacebars@1.0.7
40+
spacebars-compiler@1.0.7
41+
tinytest@1.0.6
42+
tracker@1.0.9
43+
ui@1.0.8
44+
underscore@1.0.4
45+
webapp@1.2.3
46+
webapp-hashing@1.0.5

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> A JavaScript library to load and transform image files.
44
5+
ALL CREDIT TO [JavaScript-Load-Image](https://github.com/blueimp/JavaScript-Load-Image).
6+
THIS IS JUST A WRAPPER.
7+
58
## Table of contents
69

710
- [Demo](#demo)

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'marvin:javascript-load-image',
3-
version: '2.1.0',
3+
version: '2.1.01',
44
summary: 'A JavaScript library to load and transform image files.',
55
git: 'https://github.com/blueimp/JavaScript-Load-Image',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)