react-simple-dropdown

v3.2.2
Non-prescriptive React.js dropdown toolkit
react react-component component dropdown

prepublish

npm run build

postpublish

npm run clean

test

npm run build && zuul -- test/**/*.{js,jsx}

test:browser

zuul --local 55555 -- test/**/*.{js,jsx}

test:electron

zuul --electron -- test/**/*.{js,jsx}

build

trash lib && babel src/components --out-dir lib/components

watch

npm run build -- -w

dev

npm-run-all --parallel watch test:browser

lint

eslint src --ext .js --ext .jsx

clean

trash lib

docs:build

npm run build && npm-run-all -p docs:build:*

docs:build:css

lessc src/docs/index.less docs/index.css

docs:build:js

browserify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.js

docs:build:html

ncp src/docs/index.html docs/index.html

docs:watch

npm-run-all -p docs:watch:*

docs:watch:css

autoless src/docs/ docs/

docs:watch:js

watchify -t [ babelify ] -t [ brfs ] --extension=.jsx src/docs/index.jsx --outfile docs/index.js -v

docs:watch:html

sane 'npm run docs:build:html' src/docs/ --glob='index.html'

Metadata

  • ISC
  • Whatever
  • Timothy Kempf
  • released 8/3/2018

Downloads

Maintainers