Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
manhvu
lerna-ex2
Commits
cd2c7515
Commit
cd2c7515
authored
Jul 29, 2020
by
manh
🐝
Browse files
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
cd2c7515
node_modules/
*.log
\ No newline at end of file
lerna.json
0 → 100644
View file @
cd2c7515
{
"packages"
:
[
"packages/*"
],
"version"
:
"0.0.0"
}
package.json
0 → 100644
View file @
cd2c7515
{
"name"
:
"lerna-ex2"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
:
[],
"author"
:
""
,
"license"
:
"
ISC
"
,
"devDependencies"
:
{
"
lerna
"
:
"
^3.22.1
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment