gramps-graphql / gramps--legacy

The core data source combination engine of GrAMPS.

Home Page:https://gramps.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling `gramps()` with no arguments causes an error

jlengstorf opened this issue · comments

Per #81, it looks like we added a regression when we extracted prepare() into its own function. The gramps() call no longer works without arguments.

This is minor, but something I'd like to fix.

Looks like that wasn't the actual issue. I was just running node 6.9.5. Would it make sense to include an engines field in the package.json? And maybe a prerequisite in the docs?