Skip to content

Commit

Permalink
top: Should not have removed top-level package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxott committed Jan 29, 2020
1 parent 141e472 commit 52c82b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.16.4"
},
"dependencies": {
"express": "^4.17.1"
}
}

0 comments on commit 52c82b9

Please sign in to comment.