|  | @@ -1,11 +1,11 @@
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  |    "name": "example",
 | 
	
		
			
				|  |  | -  "version": "0.0.15",
 | 
	
		
			
				|  |  | +  "version": "0.0.16",
 | 
	
		
			
				|  |  |    "private": true,
 | 
	
		
			
				|  |  |    "scripts": {
 | 
	
		
			
				|  |  |      "dev": "vite",
 | 
	
		
			
				|  |  | -    "build": "run-p type-check build-only",
 | 
	
		
			
				|  |  |      "patch-build": "npm version patch && build",
 | 
	
		
			
				|  |  | +    "build": "run-p type-check build-only",
 | 
	
		
			
				|  |  |      "preview": "vite preview",
 | 
	
		
			
				|  |  |      "build-only": "vite build",
 | 
	
		
			
				|  |  |      "type-check": "vue-tsc --noEmit"
 |