1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00

Add basic lerna setup

This commit is contained in:
Brent Jackson 2019-03-09 20:34:06 -05:00
parent 2e54770253
commit 2d65d48f10
3 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,7 @@
[npm]: https://npmjs.com/package/mdx-deck
```sh
npm i -D mdx-deck
npm i -D mdx-deck@next
```
- :memo: Write presentations in markdown

6
lerna.json Normal file
View File

@ -0,0 +1,6 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-0"
}

View File

@ -17,6 +17,7 @@
"@babel/preset-react": "^7.0.0",
"husky": "^1.3.1",
"jest": "^24.3.1",
"lerna": "^3.13.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4"
},