This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex_old
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added lerna file
master
David Ludwig
3 years ago
parent
492e98191c
commit
b8eea2bf3c
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
lerna.json
+ 10
- 0
lerna.json
View File
@ -0,0 +1,10 @@
{
"packages"
:
[
"api/*"
,
"packages/*"
,
"services/*"
]
,
"npmClient"
:
"yarn"
,
"private"
:
true
,
"version"
:
"0.0.0"
}
Write
Preview
Loading…
Cancel
Save