Skip to content

Commit eeb1b24

Browse files
committed
Revert "[now-cli] Implement now-client deployments in Now CLI (#2875)"
This reverts commit 129f234.
1 parent 129f234 commit eeb1b24

20 files changed

Lines changed: 1221 additions & 1004 deletions

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
command: sudo apt install -y rsync
6969
- attach_workspace:
7070
at: .
71-
- run:
72-
name: Linking dependencies
73-
command: yarn bootstrap
7471
- run:
7572
name: Building
7673
command: yarn build

packages/now-cli/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"node": ">= 8.11"
6262
},
6363
"devDependencies": {
64-
"@now/build-utils": "latest",
64+
"@now/build-utils": "0.9.14",
6565
"@now/go": "latest",
6666
"@now/next": "latest",
6767
"@now/node": "latest",
68-
"@now/routing-utils": "latest",
68+
"@now/routing-utils": "1.2.3-canary.0",
6969
"@now/static-build": "latest",
7070
"@sentry/node": "5.5.0",
7171
"@types/ansi-escapes": "3.0.0",
@@ -145,9 +145,8 @@
145145
"mime-types": "2.1.24",
146146
"minimatch": "3.0.4",
147147
"mri": "1.1.0",
148-
"ms": "2.1.2",
148+
"ms": "2.1.1",
149149
"node-fetch": "1.7.3",
150-
"now-client": "./packages/now-client",
151150
"npm-package-arg": "6.1.0",
152151
"nyc": "13.2.0",
153152
"ora": "3.4.0",

0 commit comments

Comments
 (0)