mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-03 11:34:41 +00:00
Run jshint as part of npm test
This commit is contained in:
parent
79575b9dc7
commit
f0f5109951
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
}],
|
||||
"scripts": {
|
||||
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
|
||||
"test": "node test.js"
|
||||
"test": "node test.js && jshint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "~1.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue