Skip to content

Commit 818d26a

Browse files
authored
Merge pull request #15 from nteract/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 7594b6b + 334c88e commit 818d26a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ANSI to React
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/nteract/ansi-to-react.svg)](https://greenkeeper.io/)
4+
35
Convert ANSI Escape Codes to pretty text output for React.
46

57
```

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"babel-preset-react": "^6.5.0",
3939
"chai": "^3.5.0",
4040
"enzyme": "^2.2.0",
41-
"mkdirp": "0.5.0",
42-
"mocha": "^2.4.5",
41+
"mkdirp": "0.5.1",
42+
"mocha": "^3.2.0",
4343
"react": "^15.0.1",
4444
"react-addons-test-utils": "^15.0.1",
4545
"react-dom": "^15.0.1",
4646
"rimraf": "^2.5.2",
47-
"should": "^8.3.1"
47+
"should": "^11.1.2"
4848
}
4949
}

0 commit comments

Comments
 (0)