Skip to content

Commit

Permalink
Clean Up (#432)
Browse files Browse the repository at this point in the history
* legacy stuff

* dependency update
  • Loading branch information
sushantdhiman authored Mar 8, 2017
1 parent 69f1ca2 commit 85b8446
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- travis_retry node_modules/.bin/gulp

env:
- JS2COFFEE=2.0.0 DIALECT=mysql SEQUELIZE=3.24.3
- JS2COFFEE=2.0.0 DIALECT=mysql SEQUELIZE=3.30.2
- JS2COFFEE=2.0.0 DIALECT=postgres SEQUELIZE=4.0.0-2

language: node_js
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 sequelize
Copyright (c) 2017 sequelize

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "sequelize-cli",
"version": "2.5.1",
"description": "The sequelize CLI.",
"description": "The Sequelize CLI",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.5",
"bluebird": "^3.5.0",
"cli-color": "~1.2.0",
"findup-sync": "^0.4.0",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-help": "~1.6.1",
"js-beautify": "^1.5.4",
"lodash": "^4.12.0",
"moment": "^2.15.1",
"resolve": "^1.0.0",
"umzug": "^1.9.1",
"js-beautify": "^1.6.11",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"resolve": "^1.3.2",
"umzug": "^1.11.0",
"yargs": "^7.0.1"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"coffee-script": "^1.12.4",
"expect.js": "~0.3.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-jshint-instafail": "^1.0.0",
"gulp-mocha": "^4.0.0",
"js2coffee": "^2.0.0",
"gulp-mocha": "^4.1.0",
"js2coffee": "^2.2.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.0",
"mocha": "^3.1.2",
"mysql": "^2.5.4",
"nodeify": "^1.0.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.1",
"run-sequence": "^1.0.2",
"sequelize": "^3.22.0",
"mocha": "^3.2.0",
"mysql": "^2.13.0",
"nodeify": "^1.0.1",
"pg": "^6.1.3",
"pg-hstore": "^2.3.2",
"run-sequence": "^1.2.2",
"sequelize": "^3.30.2",
"sqlite3": "^3.1.8",
"through2": "^2.0.1"
"through2": "^2.0.3"
},
"scripts": {
"test": "gulp"
Expand Down

0 comments on commit 85b8446

Please sign in to comment.