react-id-swiper

v2.3.0-beta
ReactJs component for iDangerous Swiper
iDangerous Swiper Reactjs

build:cleanup

rimraf lib

build:lib

yarn build:cleanup && tsc

build:standalone

cross-env BABEL_ENV=production webpack

build

yarn build:lib && yarn build:standalone && yarn copy:package && yarn copy:stylesheet

lint

tslint --project tslint.json 'src/**/*.ts?(x)'

lint:fix

tslint --fix --project tslint.json 'src/**/*.ts?(x)'

copy:package

cp -rf package.json lib

copy:stylesheet

cp -rf src/styles lib

test

jest

test:dev

jest --watch --coverage

test:coverage

jest --coverage

prepare

yarn build

preversion

yarn lint

prepublishOnly

yarn test && yarn lint

release

npm publish

Metadata

  • MIT
  • >= 6.11.0
  • Phuc Nguyen Hoang
  • released 6/27/2019

Downloads

Maintainers