cockroachdb / sequelize-cockroachdb

Use Sequelize and CockroachDB together
Apache License 2.0
53 stars 16 forks source link

Use `source` dir, fix `files` in package.json #55

Closed papb closed 3 years ago

papb commented 3 years ago

I forgot to add patch-upsert-v5.js and types to the files option in package.json. Sorry about that.

https://github.com/cockroachdb/sequelize-cockroachdb/blob/03ac2e765a44af4ed0d97fcd306cdda08f041ad3/package.json#L22-L24

To prevent this mistake from happening again in the future, I think it is better to concentrate all the source code in a folder, and include it directly instead (along the types folder). This PR fixes this.