diff --git a/package.json b/package.json index 7cdc7f497e39..cbc20017d232 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "sequelize", + "name": "@streamelements/sequelize", "description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.", - "version": "0.0.0-development", + "version": "6.37.1", "funding": [ { "type": "opencollective", @@ -10,10 +10,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/sequelize/sequelize.git" + "url": "https://github.com/StreamElements/sequelize.git" }, "bugs": { - "url": "https://github.com/sequelize/sequelize/issues" + "url": "https://github.com/StreamElements/sequelize/issues" }, "homepage": "https://sequelize.org/", "main": "./lib/index.js",