mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-24 01:30:26 +00:00
Add istanbul as dev dependency
This commit is contained in:
parent
a2878d4663
commit
7f4dff00a5
1 changed files with 2 additions and 1 deletions
|
|
@ -33,10 +33,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"execSync": "0.0.x",
|
||||
"uglify-js": "2.4.x",
|
||||
"jscs": "1.2.x",
|
||||
"jshint": "2.4.x",
|
||||
"qunit": "0.5.x",
|
||||
"uglify-js": "2.4.x"
|
||||
"istanbul": "0.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0 && <1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue