Skip to content

Commit 73e9781

Browse files
committed
Version 2.1.6
- Change GitHub account
1 parent a3ec237 commit 73e9781

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# node-video-lib
22

3-
[![Build Status](https://travis-ci.org/pipll/node-video-lib.svg?branch=master)](https://travis-ci.org/pipll/node-video-lib)
3+
[![Build Status](https://travis-ci.org/gkozlenko/node-video-lib.svg?branch=master)](https://travis-ci.org/gkozlenko/node-video-lib)
44
[![npm Version](https://img.shields.io/npm/v/node-video-lib.svg)](https://www.npmjs.com/package/node-video-lib)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/6391536e9bf00caf1c56/maintainability)](https://codeclimate.com/github/pipll/node-video-lib/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/6391536e9bf00caf1c56/test_coverage)](https://codeclimate.com/github/pipll/node-video-lib/test_coverage)
7-
[![GitHub License](https://img.shields.io/github/license/pipll/node-video-lib.svg)](https://github.com/pipll/node-video-lib/blob/master/LICENSE)
5+
[![Maintainability](https://api.codeclimate.com/v1/badges/6391536e9bf00caf1c56/maintainability)](https://codeclimate.com/github/gkozlenko/node-video-lib/maintainability)
6+
[![Test Coverage](https://api.codeclimate.com/v1/badges/6391536e9bf00caf1c56/test_coverage)](https://codeclimate.com/github/gkozlenko/node-video-lib/test_coverage)
7+
[![GitHub License](https://img.shields.io/github/license/gkozlenko/node-video-lib.svg)](https://github.com/gkozlenko/node-video-lib/blob/master/LICENSE)
88

99
Node.js Video Library / MP4 & FLV parser / HLS muxer
1010

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "node-video-lib",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Node.js Video Library / MP4 & FLV parser / HLS muxer",
55
"license": "MIT",
66
"main": "index",
77
"author": {
88
"name": "Gennady Kozlenko",
99
"email": "[email protected]",
10-
"url": "https://github.com/pipll/"
10+
"url": "https://github.com/gkozlenko/"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/pipll/node-video-lib.git"
14+
"url": "https://github.com/gkozlenko/node-video-lib.git"
1515
},
1616
"engines": {
1717
"node": ">=6.0.0"

0 commit comments

Comments
 (0)