mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
include all dist/ files in package.json .files
so that npm can be used as a client-side package manager
This commit is contained in:
parent
3d3e420fe0
commit
b1c78c0ce0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"main": "dist/paper-node.js",
|
"main": "dist/paper-node.js",
|
||||||
"files": [
|
"files": [
|
||||||
"AUTHORS.md",
|
"AUTHORS.md",
|
||||||
"dist/paper-node.js",
|
"dist/",
|
||||||
"examples/Node.js",
|
"examples/Node.js",
|
||||||
"LICENSE.txt",
|
"LICENSE.txt",
|
||||||
"README.md"
|
"README.md"
|
||||||
|
|
Loading…
Reference in a new issue