Skip to content

Commit eab3a46

Browse files
ryanmurakamisushantdhiman
authored andcommitted
removing references to io.js (sequelize#6329)
1 parent 891210b commit eab3a46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Slack Status](http://sequelize-slack.herokuapp.com/badge.svg)](http://sequelize-slack.herokuapp.com)
77
[![npm](https://img.shields.io/npm/dt/sequelize.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/sequelize)
88

9-
Sequelize is a promise-based Node.js/io.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
9+
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server. It features solid transaction support, relations, read replication and more.
1010

1111
[Documentation](http://sequelize.readthedocs.org/en/latest/)
1212

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<span>Sequelize</span>
44
</div>
55

6-
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL and features solid transaction support, relations, read replication and
6+
Sequelize is a promise-based ORM for Node.js. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL and features solid transaction support, relations, read replication and
77
more.
88

99
[Installation](docs/getting-started/)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Sequelize | The Node.js / io.js ORM for PostgreSQL, MySQL, SQLite and MSSQL
2-
site_description: Sequelize is an ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL.
2+
site_description: Sequelize is an ORM for Node.js. It supports the dialects PostgreSQL, MySQL, SQLite and MSSQL.
33
repo_url: https://github.com/sequelize/sequelize
44
site_favicon: favicon.ico
55
site_url: http://docs.sequelizejs.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize",
3-
"description": "Multi dialect ORM for Node.JS/io.js",
3+
"description": "Multi dialect ORM for Node.JS",
44
"version": "4.0.0-0",
55
"author": "Sascha Depold <sascha@depold.com>",
66
"contributors": [

0 commit comments

Comments
 (0)