Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use __dirname to read 'pragmaticprogrammer.txt'
This should fix sfrapoport#1. Uses the [__dirname](https://nodejs.org/docs/latest/api/globals.html#globals_dirname) of the package to read local data files. Use `path.join` to combine the two, this gives some free cross-platform support :)
- Loading branch information