Fix entrypoint in package.json
This commit is contained in:
		
							parent
							
								
									ff946c0b57
								
							
						
					
					
						commit
						95b7f6102f
					
				@ -3,7 +3,7 @@
 | 
				
			|||||||
  "version": "1.2.0",
 | 
					  "version": "1.2.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "description": "Upload files to a GitHub release",
 | 
					  "description": "Upload files to a GitHub release",
 | 
				
			||||||
  "main": "lib/main.js",
 | 
					  "main": "dist/index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "tsc",
 | 
					    "build": "tsc",
 | 
				
			||||||
    "format": "prettier --write **/*.ts",
 | 
					    "format": "prettier --write **/*.ts",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user