diff --git a/package.json b/package.json index da1eb15..2a82374 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dat-next": "bin/cli.js" }, "scripts": { - "auth-server": "DEBUG=* node auth-server.js", + "auth-server": "DEBUG=* node scripts/auth-server.js", "test": "standard && tape tests/*.js | tap-spec" }, "repository": { diff --git a/auth-server.js b/scripts/auth-server.js similarity index 100% rename from auth-server.js rename to scripts/auth-server.js