mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Add PGP public key and fix engine versions in package.json (#583)
* nodejs 17.9.0 also works * Add github sponser link * Add Public PGP key of signed tarball * Update README.md * Add download badge also. * Add docker pulls
This commit is contained in:
		
							parent
							
								
									2ca67bb61a
								
							
						
					
					
						commit
						38b604ad41
					
				
					 3 changed files with 72 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -4,8 +4,8 @@
 | 
			
		|||
  "description": "Yet another matrix client",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "npm": ">=6.14.8 <8.5.5",
 | 
			
		||||
    "node": ">=14.15.0 <17.9.0"
 | 
			
		||||
    "npm": ">=6.14.8 <=8.5.5",
 | 
			
		||||
    "node": ">=14.15.0 <=17.9.0"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "webpack serve --config ./webpack.dev.js --open",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue