Skip to content

Commit 6306a54

Browse files
committed
2 parents 8527597 + 534f62f commit 6306a54

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- "6.1"
4+
- "7"
5+
6+
before_install:
7+
- npm i -g npm@5
58

69
install:
710
- npm install

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequelize-typescript",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Decorators and some other extras for sequelize (v3 + v4)",
55
"scripts": {
66
"build": "tsc --project lib/models/v4 && tsc",

0 commit comments

Comments
 (0)