react-router-modal

v1.5.2
simple react router modal

test

npm run -s test:mocha && npm run -s test:flow && npm run -s test:lint

test:flow

flow

test:mocha

mocha --compilers js:babel-register --require test/setup.js test/*test.js

test:lint

eslint src/

watch:test

watch 'npm test' ./src ./test

watch:build

watch 'npm run build' ./src

build

npm run -s build:clean && npm run -s build:lib && npm run -s build:flow && npm run -d build:docs

build:clean

rimraf lib

build:lib

babel -d lib --ignore '**/*.test.js' src

build:flow

flow-copy-source -v src lib

build:docs

documentation build --config docs/documentation.yml -f md -o README.md

prepublishOnly

npm run build

Metadata

Downloads

Maintainers