update ngraph.graph

This commit is contained in:
Andriy Kashcha 2019-05-12 08:56:56 -07:00
parent 7ede140bbf
commit faeefd7083
3 changed files with 2255 additions and 1210 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ lib-cov
*.pid
*.gz
.DS_Store
.nyc_output
pids
logs

3460
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
"devDependencies": {
"browserify": "^16.2.3",
"ngraph.fromdot": "^0.4.0",
"ngraph.graph": "0.0.15",
"tap": "^12.5.3",
"ngraph.graph": "18.0.0",
"tap": "^13.1.8",
"uglify-js": "^3.4.9"
}
}