marp/lerna.json
Yuki Hattori 469b666f91
Re-creation of marp.app (#36)
* Re-creation of marp.app

* Set correct host in Netlify's deploy preview

* Prevent purging Tailwind classes used in utils

* Update glob path for purging CSS

* Don't build a docs page working in progress
2020-08-22 23:01:40 +09:00

7 lines
114 B
JSON

{
"version": "0.0.0",
"packages": ["packages/*", "website"],
"npmClient": "yarn",
"useWorkspaces": true
}