react-svg
Advanced tools
Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "react-svg", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "A react.js svg component for loading svg files into the dom.", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"lint": "eslint .", | ||
"test": "jest", | ||
"test": "jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true", | ||
"start": "babel-node ./bin/start.js", | ||
@@ -50,2 +50,3 @@ "build:lib": "babel src -d lib", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"coveralls": "^2.11.15", | ||
"enzyme": "^2.7.0", | ||
@@ -52,0 +53,0 @@ "eslint": "^3.8.0", |
# react-svg | ||
[![build status](https://img.shields.io/travis/atomic-app/react-svg/master.svg?style=flat-square)](https://travis-ci.org/atomic-app/react-svg) | ||
[![coverage status](https://img.shields.io/coveralls/atomic-app/react-svg.svg?style=flat-square)](https://coveralls.io/r/atomic-app/react-svg) | ||
[![npm version](https://img.shields.io/npm/v/react-svg.svg?style=flat-square)](https://www.npmjs.com/package/react-svg) | ||
@@ -5,0 +6,0 @@ [![npm downloads](https://img.shields.io/npm/dm/react-svg.svg?style=flat-square)](https://www.npmjs.com/package/react-svg) |
862244
69
20