Skip to content

Commit 17460fb

Browse files
author
Noel Bao
committed
v2.0.8
1 parent d03db97 commit 17460fb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
cppzst [![version](https://img.shields.io/npm/v/cppzst.svg)](https://www.npmjs.com/package/cppzst) [![ZSTD/v1.3.4](https://img.shields.io/badge/ZSTD-v1.3.4-green.svg)](https://github.com/facebook/zstd/releases/tag/v1.4.5)
1+
cppzst [![version](https://img.shields.io/npm/v/cppzst.svg)](https://www.npmjs.com/package/cppzst) [![ZSTD/v1.4.8](https://img.shields.io/badge/ZSTD-v1.4.8-green.svg)](https://github.com/facebook/zstd/releases/tag/v1.4.8)
22
=====
33

44
[![Build Status][1]][2]
55

66
[1]: https://travis-ci.org/zwb-ict/cppzst.svg?branch=master
77
[2]: https://travis-ci.org/zwb-ict/cppzst
88

9-
Zstd wrapper for Nodejs
9+
Zstd wrapper for Nodejs 14 and above (CommonJS)
1010

1111
## Installation
1212

1313
```bash
14-
$ npm install cppzst --save
14+
$ yarn add @fstnetwork/cppzst
1515
```
1616

1717
## Usage

deps/zstd

Submodule zstd updated 192 files

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@fstnetwork/cppzst",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Zstd wrapper for Nodejs 14 and above (CommonJS)",
55
"main": "./index.js",
66
"scripts": {
77
"test": "mocha -t 5000",
8-
"build:dev": "node-gyp -j 16 build --debug",
9-
"build": "node-gyp -j 16 build",
10-
"rebuild:dev": "node-gyp -j 16 rebuild --debug",
11-
"rebuild": "node-gyp -j 16 rebuild",
8+
"build:dev": "node-gyp -j 4 build --debug",
9+
"build": "node-gyp -j 4 build",
10+
"rebuild:dev": "node-gyp -j 4 rebuild --debug",
11+
"rebuild": "node-gyp -j 4 rebuild",
1212
"clean": "node-gyp clean"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)