Skip to content

Commit

Permalink
Initialize root package.json, install&setup Lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
bhubr committed Aug 31, 2019
0 parents commit d2e063a
Show file tree
Hide file tree
Showing 4 changed files with 4,830 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
node_modules
.DS_Store
7 changes: 7 additions & 0 deletions lerna.json
@@ -0,0 +1,7 @@
{
"npmClient": "yarn",
"packages": [
"packages/*"
],
"version": "0.0.1"
}
10 changes: 10 additions & 0 deletions package.json
@@ -0,0 +1,10 @@
{
"name": "express-react-monorepo",
"version": "0.0.1",
"main": "index.js",
"author": "Benoit Hubert <benoithubert@gmail.com>",
"license": "MIT",
"devDependencies": {
"lerna": "^3.16.4"
}
}

0 comments on commit d2e063a

Please sign in to comment.