UNPKG

redux-promise-loading

Version:

Redux middleware and reducer for handling redux promise loading indicator

13 lines (8 loc) 149 B
BIN=node_modules/.bin build: $(BIN)/babel src --out-dir lib clean: rm -rf lib lint: $(BIN)/eslint src PHONY: build clean test test-watch lint