Skip to content

Commit

Permalink
Also add typesage-actions to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jul 28, 2020
1 parent a11ffa1 commit 774ba48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-loom",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"description": "Root package for running scripts",
"repository": {
Expand All @@ -12,7 +12,8 @@
"loom-editor": "file:loom-editor",
"loom-extension": "file:loom-extension",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react-dom": "^16.13.1",
"typesafe-actions": "^5.1.0"
},
"scripts": {
"install": "lerna exec -- npm install && lerna bootstrap",
Expand Down

0 comments on commit 774ba48

Please sign in to comment.