mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	Switches from yarn to npm (#1591)
				
					
				
			* remove yarn.lock * reinstall with npm * fix package.json * update xrplf eslint * fix all other instances of yarn
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
# .gitignore
 | 
			
		||||
 | 
			
		||||
# Ignore package locks other than Yarn.
 | 
			
		||||
package-lock.json
 | 
			
		||||
# Ignore package locks other than npm.
 | 
			
		||||
yarn.lock
 | 
			
		||||
npm-shrinkwrap.json
 | 
			
		||||
 | 
			
		||||
# Ignore vim swap files.
 | 
			
		||||
@@ -70,4 +70,4 @@ scripts/cache
 | 
			
		||||
.nyc_output
 | 
			
		||||
 | 
			
		||||
# browser tests
 | 
			
		||||
testCompiledForWeb 
 | 
			
		||||
testCompiledForWeb
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user