react-svg

v1.1.0
A react.js svg component for loading svg files into the dom.
react react.js svg

clean

rimraf dist lib

lint

eslint bin example src test

test

npm run lint && babel-node ./bin/test.js

start

babel-node ./bin/start.js

build:lib

babel-node ./bin/build.js 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 test

version

npm run build && git add -A dist

postversion

git push && git push --tags

release

npm version -m 'Release v%s' && npm publish

Metadata

  • MIT
  • Whatever
  • PrototypeAlex
  • released 4/17/2016

Downloads

Maintainers