react-onclickoutside

v6.9.0
An onClickOutside wrapper for React components
react onclick outside onclickoutside

clean

rimraf dist

prebuild

npm run clean

build

rollup -c

lint

eslint src/*.js ./test

test

run-s test:**

test:basic

run-s lint build

test:karma

karma start test/karma.conf.js --single-run

test:nodom

mocha test/no-dom-test.js

precommit

npm test && lint-staged

prepare

npm run build

prerelease

npm run test

release:patch

npm run prerelease && npm version patch && npm publish && git push --follow-tags

release:minor

npm run prerelease && npm version minor && npm publish && git push --follow-tags

release:major

npm run prerelease && npm version major && npm publish && git push --follow-tags

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/19/2019

Downloads