forked from sheetjs/sheetjs
		
	- `writeFile` support chrome extension (fixes #1051 h/t @atkinsam) - demo refresh
		
			
				
	
	
		
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			177 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: init
 | |
| init:
 | |
| 	mkdir -p node_modules
 | |
| 	cd node_modules; if [ ! -e xlsx ]; then ln -s ../../../ xlsx ; fi; cd -
 | |
| 
 | |
| .PHONY: lint
 | |
| lint:
 | |
| 	eslint *.js
 | |
| .PHONY: run
 | |
| run:
 | |
| 	electron .
 |