SaraVieira / fiddly

Create beautiful and simple HTML pages from your Readme.md files
https://fiddly.netlify.com
MIT License
1.01k stars 39 forks source link

Allows for specifying fiddly config in package.json #9

Closed jamonholmgren closed 5 years ago

jamonholmgren commented 5 years ago

First off, I'm very happy to see you using my Gluegun package to power Fiddly. :)

Secondly, I made an improvement here -- you can now specify a "fiddly" property in your package.json instead of using a .fiddly.config.json (you can still do the separate file if you wish).

{
  "name": "mypackage",
  // ...
  "fiddly": {
    // fiddly config here
  }
}
jamonholmgren commented 5 years ago

I'm not sure why the tests fail on CI -- they do pass on my machine.

SaraVieira commented 5 years ago

They passed after I ran them again o.o

Thank you and merged :D

SaraVieira commented 5 years ago

Published in version 0.6 🎉