Skip to content

Commit 36b6716

Browse files
committed
create npm workspace for monorepo
1 parent 550c9cc commit 36b6716

File tree

2 files changed

+58
-43
lines changed

2 files changed

+58
-43
lines changed

packages/roslib/package-lock.json renamed to package-lock.json

Lines changed: 52 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@robot-web-tools/workspace",
3+
"workspaces": [
4+
"packages/*"
5+
]
6+
}

0 commit comments

Comments
 (0)