GeraldWodni / forth-standard.org

Official website of the Forth 2012 Standard, and the Forth200x committee.
9 stars 3 forks source link

Add missed "marked" in package.json #52

Closed ruv closed 11 months ago

ruv commented 11 months ago

The "marked" package is missed in package.json

GeraldWodni commented 11 months ago

This website is based on kern.js, which already has marked as a dependency

ruv commented 11 months ago

I see, thank you. I tested the code without kern.js and was therefore a little surprised.

Since I had a probably wrong assumption: if a module is used independently of kern.js, it should be declared in package.json independently too.