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

Commit 0105875a by Jan Aagaard Meier

updated a typo and an error in package.json

1 parent 69d8eb65
Showing with 3 additions and 2 deletions
...@@ -618,7 +618,8 @@ module.exports = (function() { ...@@ -618,7 +618,8 @@ module.exports = (function() {
} }
/** /**
* Test the connetion by trying to authenticate * Test the connection by trying to authenticate
*
* @fires success If authentication was successfull * @fires success If authentication was successfull
* @error 'Invalid credentials' if the authentication failed (even if the database did not respond at all...) * @error 'Invalid credentials' if the authentication failed (even if the database did not respond at all...)
* @alias validate * @alias validate
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"generic-pool": "2.0.4", "generic-pool": "2.0.4",
"sql": "~0.35.0", "sql": "~0.35.0",
"circular-json": "~0.1.5", "circular-json": "~0.1.5",
"bluebird": "~0.11.5", "bluebird": "~1.0.0",
"node-uuid": "~1.4.1" "node-uuid": "~1.4.1"
}, },
"devDependencies": { "devDependencies": {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!