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 133ef9b commit 376c1ffCopy full SHA for 376c1ff
package.json
@@ -30,6 +30,7 @@
30
"type": "git",
31
"url": "git://github.com/blueimp/JavaScript-Load-Image.git"
32
},
33
+ "license": "MIT",
34
"devDependencies": {
35
"phantomjs-prebuilt": "2.1.13",
36
"mocha-phantomjs-core": "1.3.1",
@@ -45,5 +46,5 @@
45
46
"version": "npm run build && git add -A js",
47
"postversion": "git push --tags origin master master:gh-pages && npm publish"
48
- "license": "MIT"
49
+ "main": "js/load-image.js"
50
}
0 commit comments