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.js"
],
"scripts": [
"blob/master/dist/paper-full.js"
"main": [
"dist/paper-full.js"
],
"scripts": [
"dist/paper-full.js"
],
"files": [
"AUTHORS.md",