mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
#461; export the browser version when using browserify
This commit is contained in:
parent
f193acf31b
commit
da2a4e3cfc
1 changed files with 2 additions and 0 deletions
|
@ -13,9 +13,11 @@
|
||||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||||
],
|
],
|
||||||
"main": "dist/paper-node.js",
|
"main": "dist/paper-node.js",
|
||||||
|
"browser": "dist/paper-full.js",
|
||||||
"files": [
|
"files": [
|
||||||
"AUTHORS.md",
|
"AUTHORS.md",
|
||||||
"dist/paper-node.js",
|
"dist/paper-node.js",
|
||||||
|
"dist/paper-full.js",
|
||||||
"examples/Node.js",
|
"examples/Node.js",
|
||||||
"LICENSE.txt",
|
"LICENSE.txt",
|
||||||
"README.md"
|
"README.md"
|
||||||
|
|
Loading…
Reference in a new issue