File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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"
You can’t perform that action at this time.
0 commit comments