Skip to content

Commit

Permalink
Merge pull request #2 from rangle/start-app-workspace
Browse files Browse the repository at this point in the history
make ds-seed a dependency of the app package
  • Loading branch information
alaboudi authored Jan 22, 2020
2 parents 673e0b5 + a97e6ae commit 7801c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0",
"typescript": "~3.7.2"
"typescript": "~3.7.2",
"ds-seed": "1.0.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 7801c9a

Please sign in to comment.