diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-06 12:07:38 -0500 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-06 12:07:38 -0500 |
| commit | d3ae5b8273a7aecabc36631b11efed4f634878f2 (patch) | |
| tree | 4db820aa62dd46e3fd9e7ab6b33dd9b7795750a1 /package.json | |
| parent | 0ba2f7c42e25dd365c0810d5a1abb948c1db769b (diff) | |
simple linking done
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 0b7d4e86a..4e1e7583b 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,8 @@ "webpack-hot-middleware": "^2.24.3" }, "dependencies": { - "@fortawesome/fontawesome-svg-core": "^1.2.14", - "@hig/flyout": "^1.0.3", "@fortawesome/fontawesome-svg-core": "^1.2.15", + "@hig/flyout": "^1.0.3", "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/react-fontawesome": "^0.1.4", "@types/bcrypt-nodejs": "0.0.30", @@ -122,4 +121,4 @@ "url-loader": "^1.1.2", "uuid": "^3.3.2" } -}
\ No newline at end of file +} |
