mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Adjust component.json paths and include a "main" field.
This should hopefully fix #448.
This commit is contained in:
parent
f6c167247d
commit
a4404f3256
1 changed files with 5 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue