Add notifyjs dependency

This commit is contained in:
Jannis Mattheis 2018-03-19 18:43:23 +01:00 committed by Jannis Mattheis
parent e94ff15bde
commit 9189045d74
2 changed files with 6 additions and 0 deletions

5
ui/package-lock.json generated
View File

@ -7847,6 +7847,11 @@
"sort-keys": "1.1.2" "sort-keys": "1.1.2"
} }
}, },
"notifyjs": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/notifyjs/-/notifyjs-3.0.0.tgz",
"integrity": "sha1-dBjJ1sBTOuuqZDQUIUr1O1IdGyg="
},
"npm-run-path": { "npm-run-path": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",

View File

@ -8,6 +8,7 @@
"flux": "^3.1.3", "flux": "^3.1.3",
"material-ui": "^1.0.0-beta.35", "material-ui": "^1.0.0-beta.35",
"material-ui-icons": "^1.0.0-beta.36", "material-ui-icons": "^1.0.0-beta.36",
"notifyjs": "^3.0.0",
"prop-types": "^15.6.1", "prop-types": "^15.6.1",
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",