Rebase remerge

This commit is contained in:
Brett Sun 2016-02-04 13:31:16 +01:00
parent 747f8df06b
commit c3b8b596f1
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
"postinstall": "npm run build",
"build": "gulp build --production",
"start": "node server.js",
"test": "mocha",
"tunnel": "node test/tunnel.js"
"test": "npm run sauce-test",
"sauce-test": "mocha",
"tunnel": "node test/tunnel.js",
"vi-clean": "rm -rf gemini-report",
"vi-phantom": "phantomjs --webdriver=4444",
"vi-update": "gemini update",