moved npm package to app (fixes #714)

This commit is contained in:
Eugene Pankov 2019-06-07 10:45:06 +02:00
parent 4b346b5428
commit 1d9206886a
4 changed files with 2623 additions and 2838 deletions

View File

@ -29,6 +29,7 @@
"js-yaml": "3.13.1", "js-yaml": "3.13.1",
"mz": "^2.7.0", "mz": "^2.7.0",
"ngx-toastr": "^9.1.1", "ngx-toastr": "^9.1.1",
"npm": "~6.9.0",
"path": "0.12.7", "path": "0.12.7",
"rxjs": "^6.5.2", "rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2", "rxjs-compat": "^6.5.2",

File diff suppressed because it is too large Load Diff

View File

@ -37,8 +37,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",
"mz": "^2.6.0", "mz": "^2.6.0"
"npm": "~6.7.0"
}, },
"false": {} "false": {}
} }

File diff suppressed because it is too large Load Diff