mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-09 22:34:43 +00:00
add another build option
This commit is contained in:
parent
77dab21155
commit
9bfe826de7
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "node build.js modules=ALL exclude=json,gestures",
|
||||
"build_with_gestures": "node build.js modules=ALL exclude=json",
|
||||
"test": "node test.js",
|
||||
"lint": "jshint src && jscs src",
|
||||
"lint_tests": "jshint test/unit --config .jshintrc_tests",
|
||||
|
|
|
|||
Loading…
Reference in a new issue