Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksclark committed Feb 21, 2024
1 parent c9a83b1 commit 13ad315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 13ad315

Please sign in to comment.