LogansUA / typeorm-seed-extension

TypeORM seed extension
MIT License
4 stars 2 forks source link

Not able to be used with node 10 #1

Closed yazshel closed 6 years ago

yazshel commented 6 years ago

Hi,

Thanks for your work on this project, it fills a big hole in TypeORM's functionality and I was pleasantly pleased to find it.

But I'm not able to install it in my Node 10 NestJS / TypeORM project because of the explicit "engines": { "node": "^8.11.3" }in thepackage.json`:

image

Can this please be changed to ">= 8.11.3" to enable usage on Node 10?

Cheers,

Timshel

LogansUA commented 6 years ago

@yazshel Hello, yeah sure, I'll change it today.

LogansUA commented 6 years ago

@yazshel Done in 4482a8d