Skip to content

Commit

Permalink
npm yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
JDarke committed Apr 21, 2020
1 parent c703928 commit 1f19bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"redux-thunk": "~2.3.0",
"shortid": "^2.2.15",
"typescript": "~3.8.2",
"uuid": "^7.0.1"
"uuid": "^7.0.1",
"yarn": "~1.22.4"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 1f19bb8

@JDarke
Copy link
Owner Author

@JDarke JDarke commented on 1f19bb8 Apr 21, 2020

Choose a reason for hiding this comment

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

First-time contributing; I initially tried using yarn for the dependencies, but it didn't work as planned so I used npm/npx in the end. I think this change was made as a side-effect of that, and can be discarded if (as I assume) it's not required. I'm trying to work out how to do a fresh PR, but I'm commenting here in case I don't have time before this is reviewed.

Please sign in to comment.