Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fixes duplicated dependencies
Browse files Browse the repository at this point in the history
Auditors: @bsclifton

Test Plan:
- not needed
  • Loading branch information
NejcZdovc committed Apr 26, 2017
1 parent 4af63f4 commit 04319a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"react": "~15.5.4",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.1",
"react-dom": "^15.5.4",
"spellchecker": "brave/node-spellchecker",
"string.prototype.endswith": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
Expand Down Expand Up @@ -180,7 +180,6 @@
"pre-commit": "brave/pre-commit",
"react-addons-perf": "^15.2.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.6",
"spectron": "brave/spectron#chromium56",
Expand Down

1 comment on commit 04319a9

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.