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

Commit afa7e281 by Sascha Depold

use fox-foundation + added a command for doc generation

1 parent abe95c86
Showing with 2 additions and 2 deletions
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"sqlite3": "~2.1.5", "sqlite3": "~2.1.5",
"pg": "0.6.x", "pg": "0.6.x",
"buster": "~0.6.0", "buster": "~0.6.0",
"dox-foundation": "~0.2.0" "dox-foundation": "~0.3.0"
}, },
"keywords": [ "keywords": [
"mysql", "mysql",
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"test": "npm run test-jasmine && npm run test-buster", "test": "npm run test-jasmine && npm run test-buster",
"test-jasmine": "./node_modules/.bin/jasmine-node spec-jasmine/", "test-jasmine": "./node_modules/.bin/jasmine-node spec-jasmine/",
"test-buster": "./node_modules/.bin/buster-test", "test-buster": "./node_modules/.bin/buster-test",
"generate-docs": "./node_modules/.bin/dox-foundation > docs.html" "generate-docs": "node_modules/.bin/dox-foundation --source ./lib --title Sequelize"
}, },
"bin": { "bin": {
"sequelize": "bin/sequelize" "sequelize": "bin/sequelize"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!