mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Use paper core instead of full, since we dont use the extra features
This commit is contained in:
parent
2af28e6c0e
commit
7d16e458b1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
||||
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
||||
],
|
||||
"main": "dist/paper-full.js",
|
||||
"main": "dist/paper-core.js",
|
||||
"scripts": {
|
||||
"precommit": "gulp jshint --branch develop",
|
||||
"prepush": "gulp test --branch develop",
|
||||
|
|
Loading…
Reference in a new issue