redux-router5

v3.1.0
Router5 integration with redux
router redux react flux router5 functional

clean

rimraf dist

build:es

BABEL_ENV=es babel modules --out-dir dist/es

build:cjs

babel modules --out-dir dist/commonjs

build:amd

rollup -c rollup.config.js -f amd

build:umd

rollup -c rollup.config.js -f umd

build

npm run clean && npm run build:cjs && npm run build:es && npm run build:amd && npm run build:umd

test

mocha --compilers js:babel-core/register --recursive 'test/main.js'

clog

conventional-changelog -i CHANGELOG.md -w

lint

eslint modules

release

./scripts/release.js

Metadata

  • MIT
  • Whatever
  • Thomas Roch
  • released 6/3/2016

Downloads

Maintainers