Skip to content

Commit e9c16ac

Browse files
committed
Adding NPM version badge
1 parent 76cfd4b commit e9c16ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# xdelta-async-nodejs-addon
22

33
[![Build Status](https://travis-ci.org/ably/xdelta-async-nodejs-addon.svg?branch=master)](https://travis-ci.org/ably/xdelta-async-nodejs-addon)
4+
[![npm version](https://badge.fury.io/js/xdelta-async-nodejs-addon.svg)](https://badge.fury.io/js/xdelta-async-nodejs-addon)
45

56
Asynchronous native addon for Node.js that allows generating and applying diffs/patches in VCDIFF format using the [xdelta](https://github.com/jmacd/xdelta) algorithm.
67

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"types": "dist/main.d.ts",
66
"license": "Apache-2.0",
77
"author": "Tsviatko Yovtchev <tsviatko@codemerx.com> (https://codemerx.com)",
8+
"description": "Asynchronous native addon for Node.js that allows generating and applying diffs/patches in VCDIFF format using the xdelta algorithm",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/ably/xdelta-async-nodejs-addon.git"

0 commit comments

Comments
 (0)