carbon-react

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

test

jest

debug

node --inspect ./node_modules/.bin/jest --watch

prepublishOnly

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

  • Apache-2.0
  • Whatever
  • The Sage Group plc
  • released 11/17/2017

Downloads