Closed papb closed 3 years ago
I forgot to add patch-upsert-v5.js and types to the files option in package.json. Sorry about that.
patch-upsert-v5.js
types
files
package.json
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.
I forgot to add
patch-upsert-v5.js
andtypes
to thefiles
option inpackage.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.