Use paper core instead of full, since we dont use the extra features

This commit is contained in:
DD 2018-01-25 18:04:10 -05:00
parent 2af28e6c0e
commit 7d16e458b1

View file

@ -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",