browser-action-sync
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "browser-action-sync", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ #! /usr/bin/env node | ||
app.get('/client', function (req, res) { | ||
res.sendFile(path.join(__dirname, './client.js')); | ||
res.sendFile(client); | ||
}); | ||
@@ -16,0 +16,0 @@ |
6079