Skip to content

Commit

Permalink
fix: use a flat workspaces array
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Aug 27, 2019
1 parent 7979627 commit 6b6a7be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "root",
"private": true,
"workspaces": {
"packages": [
"cli"
]
},
"workspaces": [
"cli"
],
"devDependencies": {
"@dhis2/cli-style": "^4.1.1",
"babel-eslint": "^10.0.3",
Expand Down

0 comments on commit 6b6a7be

Please sign in to comment.