mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
Hello Lerna
Initialise lerna with independent versioning. ```shell npm install --save-dev lerna npx lerna init --independent ```
This commit is contained in:
parent
aa5bd59ae4
commit
423a5e7802
3 changed files with 1972 additions and 3 deletions
7
lerna.json
Normal file
7
lerna.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"lerna": "2.11.0",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "independent"
|
||||
}
|
||||
1967
package-lock.json
generated
1967
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -82,6 +82,7 @@
|
|||
"isomorphic-fetch": "2.2.1",
|
||||
"jest": "^22.0.6",
|
||||
"json3": "^3.3.2",
|
||||
"lerna": "^2.11.0",
|
||||
"lint-staged": "^6.0.0",
|
||||
"minify-stream": "^1.1.0",
|
||||
"mkdirp": "0.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue