Update dependencies.
This commit is contained in:
parent
6994c92279
commit
3a603b2f7f
|
|
@ -1,13 +1,8 @@
|
|||
parserOptions:
|
||||
sourceType: "module"
|
||||
|
||||
env:
|
||||
es6: true
|
||||
browser: true
|
||||
sourceType: module
|
||||
|
||||
extends:
|
||||
"eslint:recommended"
|
||||
|
||||
rules:
|
||||
no-cond-assign: 0
|
||||
no-constant-condition: 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"d3-module",
|
||||
"layout",
|
||||
"network",
|
||||
"graphc",
|
||||
"graph",
|
||||
"force",
|
||||
"verlet",
|
||||
"infovis"
|
||||
|
|
@ -38,9 +38,9 @@
|
|||
"d3-timer": "1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "2",
|
||||
"eslint": "3",
|
||||
"package-preamble": "0.0",
|
||||
"rollup": "0.34",
|
||||
"rollup": "0.36",
|
||||
"tape": "4",
|
||||
"uglify-js": "2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user