Skip to content

Commit 12d8a5c

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
jspnp support mysql
1 parent b592ce2 commit 12d8a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"@types/node": "^6.0.41",
1212
"@types/reflect-metadata": "0.0.4",
1313
"@types/sequelize": "^4.0.36",
14-
"sequelize": "git+https://github.com/RobinBuschmann/sequelize.git"
14+
"sequelize": "git+https://github.com/RobinBuschmann/sequelize.git#mysql-jsonp"
1515
},
1616
"devDependencies": {
17+
"tslint": "^3.15.1",
1718
"typescript": "^2.0.3"
1819
},
1920
"engines": {

0 commit comments

Comments
 (0)