Skip to content

Commit 638e0b4

Browse files
committed
added missing dependency
1 parent f93106a commit 638e0b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true)
22

3-
[![npm](https://img.shields.io/npm/v/react-json-view.svg)](https://www.npmjs.com/package/react-json-view) [![npm](https://img.shields.io/npm/l/react-json-view.svg)](https://www.npmjs.com/package/react-json-view)
3+
[![npm](https://img.shields.io/npm/v/react-json-view.svg)](https://www.npmjs.com/package/react-json-view) [![npm](https://img.shields.io/npm/l/react-json-view.svg)](https://www.npmjs.com/package/react-json-view)
44

55
# react-json-view
66
Interactive react component for displaying javascript **arrays** and **JSON objects**.
@@ -108,4 +108,4 @@ All node modules are installed within the container, so make sure to rebuild you
108108

109109
### To-Do's
110110
1. Add Tests!
111-
2. Add some pretty badges to the github index.
111+
2. Integrate Travis CI and indicate build status.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"clipboard": "^1.6.1",
2424
"enzyme": "^2.8.2",
2525
"html-webpack-plugin": "2.28.0",
26+
"ignore-styles": "^5.0.1",
2627
"jsdom": "^9.12.0",
2728
"mocha": "^3.2.0",
2829
"radium":"^0.18.2",

0 commit comments

Comments
 (0)