Release v0.0.13

This commit is contained in:
freearhey
2018-11-24 01:05:24 +03:00
parent 28449bea78
commit 3ac3175897
2 changed files with 872 additions and 297 deletions

1154
index.m3u

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,14 @@
{ {
"name": "iptv", "name": "iptv",
"version": "0.0.12", "version": "0.0.13",
"description": "", "description": "Free IPTV playlist containing about 3000 channels from all over the world",
"main": "index.js", "keywords": [
"iptv",
"playlist",
"tv",
"channels"
],
"main": "index.m3u",
"scripts": { "scripts": {
"test": "node test/index.js" "test": "node test/index.js"
}, },
@@ -10,7 +16,8 @@
"type": "git", "type": "git",
"url": "git+https://github.com/freearhey/iptv.git" "url": "git+https://github.com/freearhey/iptv.git"
}, },
"author": "", "author": "Arhey <free.arhey@gmail.com>",
"private": true,
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/freearhey/iptv/issues" "url": "https://github.com/freearhey/iptv/issues"