Blame view

node_modules/isarray/Makefile 55 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
  
  test:
  	@node_modules/.bin/tape test.js
  
  .PHONY: test