carbon-react

v1.3.4
A library of reusable React components and an interface for easily building user interfaces based on Flux.

test

gulp test --build

prepublish

rm -rf ./lib && node -e "require('ncp').ncp('./src', './lib', { filter: new RegExp('^((?!__spec__.js|.md).)*$') }, function() { })" && NODE_ENV=production babel --stage 0 ./src --out-dir ./lib --ignore '**/*/__spec__.js' --quiet

release-version

node check-version.js && npm install && npm publish

Metadata

Downloads