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

Commit 37c48643 by sdepold

use buster 0.6

1 parent 9b6a6c49
Showing with 20 additions and 6 deletions
...@@ -4,9 +4,18 @@ ...@@ -4,9 +4,18 @@
"version": "1.4.1", "version": "1.4.1",
"author": "Sascha Depold <sascha@depold.com>", "author": "Sascha Depold <sascha@depold.com>",
"contributors": [ "contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" }, {
{ "name": "Meg Sharkey", "email": "meg@metamarkets.com" }, "name": "Sascha Depold",
{ "name": "Chase Geigle", "email": "sky@skytrife.com" } "email": "sascha@depold.com"
},
{
"name": "Meg Sharkey",
"email": "meg@metamarkets.com"
},
{
"name": "Chase Geigle",
"email": "sky@skytrife.com"
}
], ],
"dependencies": { "dependencies": {
"mysql": "0.9.x", "mysql": "0.9.x",
...@@ -16,7 +25,8 @@ ...@@ -16,7 +25,8 @@
"validator": "0.3.x", "validator": "0.3.x",
"moment": "1.1.x", "moment": "1.1.x",
"commander": "0.5.x", "commander": "0.5.x",
"generic-pool": "1.0.9" "generic-pool": "1.0.9",
"buster": "~0.6.0"
}, },
"devDependencies": { "devDependencies": {
"jasmine-node": "1.0.22", "jasmine-node": "1.0.22",
...@@ -24,7 +34,12 @@ ...@@ -24,7 +34,12 @@
"pg": "0.6.x", "pg": "0.6.x",
"buster": "0.5.1" "buster": "0.5.1"
}, },
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": [
"mysql",
"orm",
"nodejs",
"object relational mapper"
],
"main": "index", "main": "index",
"scripts": { "scripts": {
"test": "npm run test-jasmine && npm run test-buster", "test": "npm run test-jasmine && npm run test-buster",
...@@ -39,4 +54,3 @@ ...@@ -39,4 +54,3 @@
}, },
"license": "MIT" "license": "MIT"
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!