diff --git a/index.js b/index.js index 6c92999..3e4bd8e 100755 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -#! /usr/bin/env node +#!/usr/bin/env node const STEAM_API_KEY = process.env.STEAM_API_KEY; diff --git a/package.json b/package.json index 334f12d..6b1469d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "name": "steamcmd-app-update", "description": "Outputs one `app_update [-validate]` line per game in your Steam library.", "version": "1.0.0", - "main": "index.js", + "bin": "./index.js", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"