Skip to content

Commit

Permalink
Fixes 1289 | Fix installation issue with node v10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Castelain committed Nov 6, 2018
1 parent 279f5b7 commit 7eaeae2
Show file tree
Hide file tree
Showing 2 changed files with 1,583 additions and 2,515 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@
]
},
"workspaces": {
"packages":["packages/*"],
"nohoist": ["**/clay-charts-shared"]
"packages": [
"packages/*"
],
"nohoist": [
"**/clay-charts-shared"
]
}
}
Loading

0 comments on commit 7eaeae2

Please sign in to comment.