Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit b0c99cd

Browse files
committed
Merge branch 'fgnass-master'
2 parents 97d9fee + a4ec31b commit b0c99cd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"boss": true,
1212
"eqnull": true,
1313
"node": true,
14+
"browser": true,
1415
"predef": [ "define", "module" ]
1516
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"engines": {
55
"node": ">= 0.8.0"
66
},
7+
"main": "./dist/picturefill",
78
"scripts": {
89
"test": "grunt test --verbose"
910
},

src/picturefill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,4 @@
607607
w.picturefill = picturefill;
608608
}
609609

610-
} )( this, this.document, new this.Image() );
610+
} )( this, this.document, new this.Image() );

0 commit comments

Comments
 (0)