1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 07:25:55 +00:00
This commit is contained in:
Scott Tolksdorf
2017-01-11 20:17:52 -08:00
parent 4593099914
commit c470bed591
3 changed files with 104 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"postinstall": "npm run build",
"start": "node server.js",
"test": "mocha test",
"test:dev": "nodemon -x mocha test || exit 0"
"test:dev": "nodemon -x mocha test || exit 0",
"test:markdown": "nodemon -x mocha test/markdown.test.js || exit 0"
},
"author": "stolksdorf",
"license": "MIT",