mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Add basic lerna setup
This commit is contained in:
parent
2e54770253
commit
2d65d48f10
@ -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
6
lerna.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"packages": ["packages/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "2.0.0-0"
|
||||
}
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user