JustUtahCoders / utahexpungements.org

The frontend code for utahexpungements.org
MIT License
11 stars 19 forks source link

added child abuse flag, added engines field to package.json #170

Closed Mengqi89 closed 4 years ago

Mengqi89 commented 4 years ago

I had to add "engines" field in package.json due to the following error on line 90 in parse-docket.pdf.utils.js

Rest/spread properties are not supported until Node.js 8.3.0.

Mengqi89 commented 4 years ago

I am going to create a new pull request to see if I can avoid the travis-ci fail.