mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-30 23:30:09 +08:00 
			
		
		
		
	Merge pull request #57 from easingthemes/feature/package-json-automation-3
fix: update npm package name
This commit is contained in:
		
						commit
						76882263e5
					
				| @ -1,8 +1,14 @@ | |||||||
| { | { | ||||||
|   "name": "ssh-deploy", |   "name": "@draganfilipovic/ssh-deploy", | ||||||
|   "version": "2.1.9", |   "version": "2.1.9", | ||||||
|   "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", |   "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", | ||||||
|   "main": "dist/index.js", |   "main": "dist/index.js", | ||||||
|  |   "files": [ | ||||||
|  |     "/dist", | ||||||
|  |     "./action.yml", | ||||||
|  |     "./README.md", | ||||||
|  |     "LICENSE" | ||||||
|  |   ], | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "command-exists": "1.2.9", |     "command-exists": "1.2.9", | ||||||
|     "node-cmd": "4.0.0", |     "node-cmd": "4.0.0", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dragan Filipović
						Dragan Filipović