Robin-Haupt-1 / Obsidian-Map-of-Content

Generate and display a Map of Content for your Obsidian vault that gets updated with any changes, based on the links in your vault
GNU General Public License v3.0
169 stars 5 forks source link

package does not build due to ... in version #68

Closed trashhalo closed 2 years ago

trashhalo commented 2 years ago

npm seems to hate the ... that is in package json. Its easy to work around by sticking 1.0.0 in there is there a reason its there? Might want to add something to the readme if you want to keep that. like a contributors section

➜  Obsidian-Map-of-Content git:(main) ✗ npm run build
npm ERR! Invalid version: "..."
Robin-Haupt-1 commented 2 years ago

Hi trashhalo,

I've fixed that.