Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 馃尨 (#8)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and proustibat committed Jan 19, 2018
1 parent eb10290 commit 10d8fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Occurrences [![Twitter Follow](https://img.shields.io/twitter/follow/proustibat.svg?style=social&label=Follow)](https://twitter.com/proustibat) [![GitHub top language](https://img.shields.io/github/languages/top/proustibat/occurences.svg)](https://github.com/proustibat/occurences) [![GitHub package version](https://img.shields.io/github/package-json/v/proustibat/occurences.svg)]() [![npm](https://img.shields.io/npm/v/occurences.svg)](https://www.npmjs.com/package/occurences)

[![Greenkeeper badge](https://badges.greenkeeper.io/proustibat/occurences.svg)](https://greenkeeper.io/)


Calculate the number of occurrences of each word in a text.
Words smaller than two letters will be ignored.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"words"
],
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.2",
"commitizen": "^2.9.6",
"coveralls": "^2.13.3",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha --reporter spec",
Expand Down

0 comments on commit 10d8fcf

Please sign in to comment.