Skip to content

Commit

Permalink
Remove dev unused dev dependency that conflicts with pinned node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbyanandan authored and beguene committed Aug 17, 2022
1 parent ca7c351 commit a8b2552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Want to run the app locally and make changes?
Follow these instructions:

``` bash
git clone https://github.com/blockstack/todos && cd todos
git clone https://github.com/hirosystems/todos && cd todos
yarn install
yarn run start
```
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@blockstack/prettier-config": "0.0.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-config-react-app": "^5.2.1",
"react-addons-test-utils": "^15.6.2"
"eslint-config-react-app": "^5.2.1"
}
}

0 comments on commit a8b2552

Please sign in to comment.