v1.6.1: make ursa-optional itself optional
This commit is contained in:
		
							parent
							
								
									3f7339a491
								
							
						
					
					
						commit
						e26d479cf0
					
				@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "rsa-compat",
 | 
			
		||||
  "version": "1.6.0",
 | 
			
		||||
  "version": "1.6.1",
 | 
			
		||||
  "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
 | 
			
		||||
  "main": "node.js",
 | 
			
		||||
  "bin": {
 | 
			
		||||
@ -33,7 +33,9 @@
 | 
			
		||||
  },
 | 
			
		||||
  "homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "node-forge": "^0.7.6",
 | 
			
		||||
    "node-forge": "^0.7.6"
 | 
			
		||||
  },
 | 
			
		||||
  "optionalDependencies": {
 | 
			
		||||
    "ursa-optional": "^0.9.6"
 | 
			
		||||
  },
 | 
			
		||||
  "trulyOptionalDependencies": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user