不要怂,就是干,撸起袖子干!

Commit a254cacd by Sascha Depold

updated pg to 0.8.6

1 parent e96917b0
Showing with 2 additions and 1 deletions
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"devDependencies": { "devDependencies": {
"jasmine-node": "1.0.17", "jasmine-node": "1.0.17",
"sqlite3": "~2.1.5", "sqlite3": "~2.1.5",
"pg": "0.6.x", "pg": "~0.8.6",
"buster": "~0.6.0", "buster": "~0.6.0",
"dox-foundation": "~0.3.0" "dox-foundation": "~0.3.0"
}, },
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
"test-buster-travis": "./node_modules/.bin/buster-test", "test-buster-travis": "./node_modules/.bin/buster-test",
"test-buster-mysql": "DIALECT=mysql ./node_modules/.bin/buster-test", "test-buster-mysql": "DIALECT=mysql ./node_modules/.bin/buster-test",
"test-buster-postgres": "DIALECT=postgres ./node_modules/.bin/buster-test", "test-buster-postgres": "DIALECT=postgres ./node_modules/.bin/buster-test",
"test-buster-postgres-native": "DIALECT=postgres-native ./node_modules/.bin/buster-test",
"test-buster-sqlite": "DIALECT=sqlite ./node_modules/.bin/buster-test", "test-buster-sqlite": "DIALECT=sqlite ./node_modules/.bin/buster-test",
"generate-docs": "node_modules/.bin/dox-foundation --source ./lib --title Sequelize" "generate-docs": "node_modules/.bin/dox-foundation --source ./lib --title Sequelize"
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!