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

Commit 6b781f8f by Gabriel Falcao

adding the "npm test" command in order to make the things easier to contributors

1 parent 1cabad56
Showing with 3 additions and 1 deletions
......@@ -22,7 +22,9 @@
},
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index",
"scripts": {},
"scripts": {
"test": "./node_modules/.bin/jasmine-node spec/"
},
"bin": {
"sequelize": "bin/sequelize"
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!