Skip to content

Commit 376c1ff

Browse files
committed
Add main file to package.json.
1 parent 133ef9b commit 376c1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"type": "git",
3131
"url": "git://github.com/blueimp/JavaScript-Load-Image.git"
3232
},
33+
"license": "MIT",
3334
"devDependencies": {
3435
"phantomjs-prebuilt": "2.1.13",
3536
"mocha-phantomjs-core": "1.3.1",
@@ -45,5 +46,5 @@
4546
"version": "npm run build && git add -A js",
4647
"postversion": "git push --tags origin master master:gh-pages && npm publish"
4748
},
48-
"license": "MIT"
49+
"main": "js/load-image.js"
4950
}

0 commit comments

Comments
 (0)