with-notifications-system

v0.0.2
Provides [react-notification-system](https://github.com/igorprado/react-notification-system) as a [higher-order-component](https://facebook.github.io/react/docs/higher-order-components.html).

build

tsc

build:dev

tsc --noEmit --pretty --watch

dev

concurrently -n "make,test" "npm run build:dev" "npm run test:dev"

test

jest --coverage

test:dev

jest --watch

prepublish

rm -rf dist && npm run test && npm run build
npm i with-notifications-system

Metadata

  • MIT
  • Whatever
  • Dean Merchant
  • released 7/29/2017

Downloads

Maintainers