mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue