Skip to content

Commit bf15afb

Browse files
committed
1.1.1: upgrade dependencies
1 parent 9708f90 commit bf15afb

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-emoji
22

3-
[![NPM version (1.0.3)](https://img.shields.io/npm/v/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![NPM Downloads](https://img.shields.io/npm/dm/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![Build Status](https://img.shields.io/travis/omnidan/node-emoji/master.svg?style=flat-square)](https://travis-ci.org/omnidan/node-emoji) [![Dependencies](https://img.shields.io/david/omnidan/node-emoji.svg?style=flat-square)](https://david-dm.org/omnidan/node-emoji) [![Code Climate](https://img.shields.io/codeclimate/github/omnidan/node-emoji.svg?style=flat-square)](https://codeclimate.com/github/omnidan/node-emoji)
3+
[![NPM version (1.0.3)](https://img.shields.io/npm/v/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![NPM Downloads](https://img.shields.io/npm/dm/node-emoji.svg?style=flat-square)](https://www.npmjs.com/package/node-emoji) [![Build Status](https://img.shields.io/travis/omnidan/node-emoji/master.svg?style=flat-square)](https://travis-ci.org/omnidan/node-emoji) [![Dependencies](https://img.shields.io/david/omnidan/node-emoji.svg?style=flat-square)](https://david-dm.org/omnidan/node-emoji) [![Code Climate](https://img.shields.io/codeclimate/github/omnidan/node-emoji.svg?style=flat-square)](https://codeclimate.com/github/omnidan/node-emoji) [![https://paypal.me/DanielBugl/10](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat-square)](https://paypal.me/DanielBugl/10) [![https://gratipay.com/~omnidan/](https://img.shields.io/badge/donate-gratipay/bitcoin-yellow.svg?style=flat-square)](https://gratipay.com/~omnidan/)
44

55
_simple emoji support for node.js projects_
66

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-emoji",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "simple emoji support for node.js projects",
55
"author": "Daniel Bugl <daniel.bugl@touchlay.com>",
66
"repository": {
@@ -13,12 +13,13 @@
1313
},
1414
"dependencies": {},
1515
"devDependencies": {
16-
"mocha": "^1.21.4",
17-
"should": "^3.2.0"
16+
"mocha": "^2.4.5",
17+
"should": "^8.2.2"
1818
},
1919
"scripts": {
2020
"emojiparse": "node lib/emojiparse.js",
21-
"test": "mocha --require should --bail --reporter spec test/*"
21+
"test": "./node_modules/.bin/mocha --require should --bail --reporter spec test/*",
22+
"prepublish": "npm run test"
2223
},
2324
"main": "index.js",
2425
"license": "MIT"

0 commit comments

Comments
 (0)