Hello Lerna

Initialise lerna with independent versioning.

```shell
npm install --save-dev lerna
npx lerna init --independent
```
This commit is contained in:
Renée Kooi 2018-06-14 12:47:39 +02:00
parent aa5bd59ae4
commit 423a5e7802
No known key found for this signature in database
GPG key ID: 8CDD5F0BC448F040
3 changed files with 1972 additions and 3 deletions

7
lerna.json Normal file
View file

@ -0,0 +1,7 @@
{
"lerna": "2.11.0",
"packages": [
"packages/*"
],
"version": "independent"
}

1967
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",