1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Rebase remerge

This commit is contained in:
Brett Sun 2016-02-04 13:31:16 +01:00
parent 747f8df06b
commit c3b8b596f1

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",