Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Fix invalid is-promise library error
Browse files Browse the repository at this point in the history
A fucking idiot published a new version of is-promise on Githu Saturday afternoon and it brake the Front end build

See then/is-promise#13
  • Loading branch information
Nicolas Martignole authored Apr 25, 2020
1 parent 3383f0c commit be3414c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"lint-fix": "npx eslint src --fix"
},
"resolutions": {
"url-parse": "1.4.3"
"url-parse": "1.4.3",
"is-promise": "2.1.0",
"run-async/is-promise": "2.1.0",
"memoizee/is-promise": "2.1.0"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit be3414c

Please sign in to comment.