Skip to content

Commit b4bf97f

Browse files
Robin BuschmannRobin Buschmann
Robin Buschmann
authored and
Robin Buschmann
committed
merged from master
2 parents 2aa622d + 8cf907e commit b4bf97f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
"main": "./main.js",
99
"types": "./main.d.ts",
1010
"dependencies": {
11-
"@types/node": "^6.0.41",
11+
"@types/node": "6.0.41",
1212
"@types/reflect-metadata": "0.0.4",
13-
"@types/sequelize": "^4.0.36",
13+
"@types/sequelize": "4.0.36",
1414
"sequelize": "git+https://github.com/RobinBuschmann/sequelize.git#mysql-jsonb"
1515
},
1616
"devDependencies": {
17-
"tslint": "^3.15.1",
18-
"typescript": "^2.0.3"
17+
"typescript": "2.0.3"
1918
},
2019
"engines": {
2120
"node": ">=0.8.15"

0 commit comments

Comments
 (0)