From c208251a94198ac42cfec5c8c03aa2a370a28e6d Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Thu, 23 Apr 2020 16:59:57 +0200 Subject: [PATCH] Not again.. --- frontend/package.json | 3 ++- frontend/yarn.lock | 5 +++++ package.json | 5 ----- yarn.lock | 8 -------- 4 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 package.json delete mode 100644 yarn.lock diff --git a/frontend/package.json b/frontend/package.json index 020eb65..04e011b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,8 @@ "@nuxtjs/axios": "^5.3.6", "@nuxtjs/dotenv": "^1.4.0", "masonry-layout": "^4.2.2", - "nuxt": "^2.0.0" + "nuxt": "^2.0.0", + "timeago.js": "^4.0.2" }, "devDependencies": { "@nuxtjs/vuetify": "^1.0.0" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 239f982..d16f331 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6794,6 +6794,11 @@ time-fix-plugin@^2.0.6: resolved "https://registry.yarnpkg.com/time-fix-plugin/-/time-fix-plugin-2.0.6.tgz#3210121d269b475a7e7661766e682bd768ba1ced" integrity sha512-2cjjg3672ppNm/uKhHAoCFp1ItEAiH+xJOjO9WGIF8hXuxPAJ2adfYgFiyooVbsOb948c+WrRh+edxFUMxYHoQ== +timeago.js@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/timeago.js/-/timeago.js-4.0.2.tgz#724e8c8833e3490676c7bb0a75f5daf20e558028" + integrity sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w== + timers-browserify@^2.0.4: version "2.0.11" resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" diff --git a/package.json b/package.json deleted file mode 100644 index d60c2db..0000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "timeago.js": "^4.0.2" - } -} diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 5c69c26..0000000 --- a/yarn.lock +++ /dev/null @@ -1,8 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -timeago.js@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/timeago.js/-/timeago.js-4.0.2.tgz#724e8c8833e3490676c7bb0a75f5daf20e558028" - integrity sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w==