Add to package.json

This commit is contained in:
Matt Low 2021-11-28 12:33:34 -07:00
parent 21e8c5d645
commit ba28cde928
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env node
#!/usr/bin/env node
const STEAM_API_KEY = process.env.STEAM_API_KEY;

View File

@ -5,7 +5,7 @@
"name": "steamcmd-app-update",
"description": "Outputs one `app_update <app-id> [-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"