react-svg

v2.1.20
A react.js svg component for loading svg files into the dom.
react react.js svg

clean

rimraf dist lib

lint

eslint .

test

jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true

start

babel-node ./bin/start.js

build:lib

babel src -d lib

build:umd

babel-node ./bin/build.js umd

build:umd:min

babel-node ./bin/build.js umd:min

build

npm run clean && npm run build:lib && npm run build:umd && npm run build:umd:min

preversion

npm run lint && npm test

version

npm run build

postversion

git push && git push --tags && npm publish

release

npm version -m 'Release v%s'

Metadata

  • MIT
  • Whatever
  • PrototypeAlex
  • released 5/24/2017

Downloads