diff options
author | akshitkrnagpal <akshitkrnagpal@gmail.com> | 2018-06-16 11:29:24 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-06-17 07:09:04 +0200 |
commit | c98037f9bed9e91406712eb82331d4da4ee4f8a7 (patch) | |
tree | 19912720e127e629d1b17df960b980bb227b1ecb /package.json | |
parent | 1d229dd9eced5c487d54b8ba1a66c3bf2e4546c6 (diff) |
Added Jitsi Logo to navbar
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 5bc4a1a..d149d0b 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "babel-core": "6.26.3", "babel-eslint": "8.2.3", "babel-loader": "7.1.4", + "babel-plugin-inline-react-svg": "0.5.2", "babel-preset-env": "1.7.0", "babel-preset-react": "6.24.1", "babel-preset-stage-1": "6.24.1", @@ -70,6 +71,7 @@ "html-webpack-plugin": "3.2.0", "precommit-hook": "3.0.0", "style-loader": "0.21.0", + "svg-inline-loader": "0.8.0", "webpack": "4.8.1", "webpack-cli": "2.1.3" } |