Adjust component.json paths and include a "main" field.

This should hopefully fix #448.
This commit is contained in:
Jürg Lehni 2014-04-07 00:31:08 +02:00
parent f6c167247d
commit a4404f3256

View file

@ -20,8 +20,11 @@
"paper", "paper",
"paper.js" "paper.js"
], ],
"scripts": [ "main": [
"blob/master/dist/paper-full.js" "dist/paper-full.js"
],
"scripts": [
"dist/paper-full.js"
], ],
"files": [ "files": [
"AUTHORS.md", "AUTHORS.md",