Skip to content

Commit 51122b2

Browse files
committed
create npm workspace for monorepo
1 parent 723a343 commit 51122b2

File tree

2 files changed

+59
-45
lines changed

2 files changed

+59
-45
lines changed

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

Lines changed: 53 additions & 45 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)