Skip to content

Commit

Permalink
chore(build): set up monorepo and lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
robwormald committed Feb 8, 2017
0 parents commit 5893a1f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lerna": "2.0.0-beta.36",
"packages": [
"packages/*"
],
"version": "0.0.0"
}
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"devDependencies": {
"lerna": "2.0.0-beta.36"
},
"name": "@ngrx/source",
"version": "3.0.0-alpha.0",
"description": "monorepo for ngrx development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ngrx",
"angular",
"rxjs"
],
"author": "Rob Wormald <robwormald@gmail.com>",
"license": "MIT"
}

0 comments on commit 5893a1f

Please sign in to comment.