Need glob support for globs in the `files` field of the package.json. Should be able to do... ```json { "files" : [ "include/index.hxx", "src/**/*.cxx" ] } ```