diff options
author | Christoph Settgast <csett86@web.de> | 2022-03-25 07:05:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 07:05:38 +0100 |
commit | 5c53a8cb3ea468ca43db448273d6c1d18d8f36ee (patch) | |
tree | 888b22def38c335151bb7fa7a807f87960cd6b6b /package.json | |
parent | f58f8c90ffa0fb6cb7a82d4c7854043a055f4e13 (diff) |
chore(deps): remove process polyfill (#738)
The @atlaskit/navigation also works fine without reference
to whether its running on mac or not (for the way its used in
this project).
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 236b023..6b53b7d 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,6 @@ "moment": "^2.29.1", "mousetrap": "^1.6.5", "patch-package": "6.2.2", - "process": "^0.11.10", "react": "^16.14.0", "react-dom": "^16.14.0", "react-i18next": "^11.8.12", |