Skip to content

Commit

Permalink
merged from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Buschmann authored and Robin Buschmann committed Dec 14, 2016
2 parents 2aa622d + 8cf907e commit b4bf97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
"main": "./main.js",
"types": "./main.d.ts",
"dependencies": {
"@types/node": "^6.0.41",
"@types/node": "6.0.41",
"@types/reflect-metadata": "0.0.4",
"@types/sequelize": "^4.0.36",
"@types/sequelize": "4.0.36",
"sequelize": "git+https://github.com/RobinBuschmann/sequelize.git#mysql-jsonb"
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.0.3"
"typescript": "2.0.3"
},
"engines": {
"node": ">=0.8.15"
Expand Down

0 comments on commit b4bf97f

Please sign in to comment.