mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	* chore: Update dependencies 🚀 Make everything is up-to-date * chore: Update dependencies 🚀 Good Bye, core-js@2 ! * packaging * Fix test * fix build * fix test * use default reporter * fix mocha is keep running after test * Revert back is-promise https://github.com/then/is-promise/issues/12 * Refresh
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	"plugins": [
 | |
| 		[
 | |
| 			"@babel/plugin-transform-runtime",
 | |
| 			{
 | |
| 				"corejs": {
 | |
| 					"version": 3,
 | |
| 					"proposals": true
 | |
| 				}
 | |
| 			}
 | |
| 		]
 | |
| 	]
 | |
| }
 |