mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	fix js distributable (#6139)
This commit is contained in:
		
							parent
							
								
									cc841caf08
								
							
						
					
					
						commit
						0d4169533a
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -12,13 +12,13 @@
 | 
			
		|||
  "homepage": "https://github.com/Z3Prover/z3/tree/master/src/api/js",
 | 
			
		||||
  "repository": "github:Z3Prover/z3",
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=16 <18"
 | 
			
		||||
    "node": ">=16"
 | 
			
		||||
  },
 | 
			
		||||
  "browser": "build/browser.js",
 | 
			
		||||
  "main": "build/node.js",
 | 
			
		||||
  "types": "build/node.d.ts",
 | 
			
		||||
  "files": [
 | 
			
		||||
    "build/*.{js,d.ts,wasm}"
 | 
			
		||||
    "build/**/*.{js,d.ts,wasm}"
 | 
			
		||||
  ],
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "build:ts": "run-s -l build:ts:generate build:ts:tsc",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue