From c01fe3daf780d90dee0625acb4c781cecb5d0d56 Mon Sep 17 00:00:00 2001 From: matteo Date: Sat, 16 Feb 2019 22:55:51 +0100 Subject: [PATCH] pepsi --- .gitignore | 3 -- db.json | 44 ------------------------ package-lock.json => npm-shrinkwrap.json | 0 package.json | 2 +- 4 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 db.json rename package-lock.json => npm-shrinkwrap.json (100%) diff --git a/.gitignore b/.gitignore index 741b789..5810b5e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,3 @@ yarn-error.log* .idea/ .vs/ db.json - -package.json -package-lock.json \ No newline at end of file diff --git a/db.json b/db.json deleted file mode 100644 index f91564c..0000000 --- a/db.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "videos": [ - { - "id": "cu3K1njbYqs", - "timesWatched": 1, - "lastWatched": "2018-12-02T20:43:18.202Z" - }, - { - "id": "PoSbnAFvqfA", - "timesWatched": 1, - "lastWatched": "2018-12-02T20:43:24.851Z" - }, - { - "id": "rzeLynj1GYM", - "timesWatched": 2, - "lastWatched": "2018-12-02T20:43:45.916Z" - }, - { - "id": "0J2QdDbelmY", - "timesWatched": 2, - "lastWatched": "2019-01-09T15:11:09.976Z" - }, - { - "id": "unRjK82bDLw", - "timesWatched": 2, - "lastWatched": "2018-12-02T20:49:50.769Z" - }, - { - "id": "g2N0TkfrQhY", - "timesWatched": 1, - "lastWatched": "2018-12-02T20:52:07.780Z" - }, - { - "id": "EM4vblG6BVQ", - "timesWatched": 1, - "lastWatched": "2018-12-02T20:52:43.282Z" - }, - { - "id": "tPwqOWK6EFw", - "timesWatched": 1, - "lastWatched": "2018-12-02T20:53:26.049Z" - } - ] -} \ No newline at end of file diff --git a/package-lock.json b/npm-shrinkwrap.json similarity index 100% rename from package-lock.json rename to npm-shrinkwrap.json diff --git a/package.json b/package.json index b33d307..17161fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hazetv-alfatube-1", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "@c0b41/ytclear": "^1.0.0",