From 22bed223dbf716dcd57f98487d4afa10f01a06e0 Mon Sep 17 00:00:00 2001 From: geewee Date: Fri, 29 Mar 2019 16:29:54 +0100 Subject: [PATCH] added now --- .nowignore | 1 + now.json | 7 +++++++ package.json | 1 + yarn.lock | 12 ++++++++++++ 4 files changed, 21 insertions(+) create mode 100644 .nowignore create mode 100644 now.json diff --git a/.nowignore b/.nowignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.nowignore @@ -0,0 +1 @@ +node_modules diff --git a/now.json b/now.json new file mode 100644 index 0000000..36d65b0 --- /dev/null +++ b/now.json @@ -0,0 +1,7 @@ +{ + "version": 2, + "name": "express", + "builds": [ + { "src": "**/*.js", "use": "@now/node" } + ] +} diff --git a/package.json b/package.json index f3c7659..7370dcf 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "express": "^4.16.4", "lodash": "^4.17.11", "memoizee": "^0.4.14", + "now": "^14.2.4", "requests": "^0.2.2" } } diff --git a/yarn.lock b/yarn.lock index 7f0ffc9..9c25077 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +"@types/bytes@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@types/bytes/-/bytes-3.0.0.tgz#549eeacd0a8fecfaa459334583a4edcee738e6db" + integrity sha512-ZF43+CIIlzngQe8/Zo7L1kpY9W8O6rO006VDz3c5iM21ddtXWxCEyOXyft+q4pVF2tGqvrVuVrEDH1+gJEi1fQ== + accepts@~1.3.5: version "1.3.5" resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" @@ -388,6 +393,13 @@ node-http-xhr@~1.3.0: resolved "https://registry.yarnpkg.com/node-http-xhr/-/node-http-xhr-1.3.4.tgz#0dbf827c2858f40c57a79375fc4be07c8ff46f55" integrity sha512-0bA08/2RKWxw6pMkOVd3KP+0F5+ifQLMMTDxrCgxlgkoU1N8DhCbCSAYEqpgaVYM2smvbVVewiXjW+8AyoLfxQ== +now@^14.2.4: + version "14.2.4" + resolved "https://registry.yarnpkg.com/now/-/now-14.2.4.tgz#f7768954cf242886bb5c618b9b63b9d8f6c7438b" + integrity sha512-HfMwF7iwGvv/pBzu9snIwe9r70G7FaA3BBvgChMey5s0HeSfvOJYCP16WC11/ANyV4OOkGHWPSGlMwYCaPRFww== + dependencies: + "@types/bytes" "3.0.0" + on-finished@~2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"