Skip to content

Commit

Permalink
🔧➕ switch to lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
januswel committed Dec 14, 2018
1 parent 9a24ff2 commit 34fbf71
Show file tree
Hide file tree
Showing 5 changed files with 2,420 additions and 1,673 deletions.
7 changes: 7 additions & 0 deletions lerna.json
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"npmClient": "yarn",
"packages": [
"modules/*"
]
}
1 change: 0 additions & 1 deletion modules/client/package.json
Expand Up @@ -16,7 +16,6 @@
"vapor-domain": "1.0.0"
},
"devDependencies": {
"prettier": "1.15.3",
"typescript": "3.2.2"
}
}
1 change: 0 additions & 1 deletion modules/domain/package.json
Expand Up @@ -16,7 +16,6 @@
"@types/jest": "23.3.10",
"@types/node": "10.12.12",
"jest": "23.6.0",
"prettier": "1.15.3",
"ts-jest": "23.10.5",
"typescript": "3.2.2"
}
Expand Down
13 changes: 8 additions & 5 deletions package.json
@@ -1,13 +1,16 @@
{
"name": "vapor-architecture",
"author": "Takagi Kensuke <janus.wel.3@gmail.com>",
"version": "1.0.0",
"description": "vapor architecture",
"main": "index.js",
"repository": "https://github.com/januswel/vapor-architecture",
"license": "MIT",
"private": true,
"workspaces": [
"modules/*"
]
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean"
},
"devDependencies": {
"lerna": "3.6.0",
"prettier": "1.15.3"
}
}

0 comments on commit 34fbf71

Please sign in to comment.