Skip to content

Commit

Permalink
Merge f5dae72 into e19add9
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 24, 2017
2 parents e19add9 + f5dae72 commit 175f941
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# emojify-text-cli

[![Greenkeeper badge](https://badges.greenkeeper.io/denysdovhan/emojify-text-cli.svg)](https://greenkeeper.io/)

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -43,22 +43,22 @@
},
"homepage": "https://github.com/denysdovhan/emojify-text-cli#readme",
"devDependencies": {
"babel-cli": "6.14.0",
"babel-cli": "6.23.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-register": "6.14.0",
"babel-register": "6.23.0",
"chokidar-cli": "^1.2.0",
"coveralls": "^2.11.8",
"eslint": "^3.4.0",
"npm-run-all": "^3.1.0",
"nyc": "^8.1.0",
"npm-run-all": "^4.0.2",
"nyc": "^10.1.2",
"rimraf": "^2.5.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
},
"dependencies": {
"emojify-text": "^1.0.2",
"emojify-text": "^2.0.0",
"meow": "^3.7.0",
"update-notifier": "^1.0.2"
"update-notifier": "^2.1.0"
}
}

0 comments on commit 175f941

Please sign in to comment.