mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-24 21:23:44 +00:00
Add jscs as a dev dependency
This commit is contained in:
parent
d2f6a9033e
commit
73cdd76971
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
|||
"jshint": "2.4.x",
|
||||
"uglify-js": "2.4.x",
|
||||
"execSync": "0.0.x",
|
||||
"plato": "0.6.x"
|
||||
"plato": "0.6.x",
|
||||
"jscs": "1.2.x"
|
||||
},
|
||||
"engines": { "node": ">=0.4.0 && <1.0.0" },
|
||||
"main": "./dist/fabric.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue