Since email is the only contact information in the CV, it makes no sense to comment it with the preffered note, also I've updated a set of tools I've been working with. Additionaly, I've added a Makefile because I like it more than npm
		
			
				
	
	
		
			9 lines
		
	
	
		
			62 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			62 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
build:
 | 
						|
	npm run build
 | 
						|
 | 
						|
test:
 | 
						|
	npm run test
 | 
						|
 | 
						|
fix:
 | 
						|
	npm run fix
 |