Add to package.json
This commit is contained in:
		
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@ -1,4 +1,4 @@
 | 
				
			|||||||
#! /usr/bin/env node
 | 
					#!/usr/bin/env node
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const STEAM_API_KEY = process.env.STEAM_API_KEY;
 | 
					const STEAM_API_KEY = process.env.STEAM_API_KEY;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@
 | 
				
			|||||||
  "name": "steamcmd-app-update",
 | 
					  "name": "steamcmd-app-update",
 | 
				
			||||||
  "description": "Outputs one `app_update <app-id> [-validate]` line per game in your Steam library.",
 | 
					  "description": "Outputs one `app_update <app-id> [-validate]` line per game in your Steam library.",
 | 
				
			||||||
  "version": "1.0.0",
 | 
					  "version": "1.0.0",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "bin": "./index.js",
 | 
				
			||||||
  "devDependencies": {},
 | 
					  "devDependencies": {},
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
					    "test": "echo \"Error: no test specified\" && exit 1"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user