Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit eabc4f9

Browse files
authored
Merge pull request #52 from netlify/public-client
Use the standard netlify js client
2 parents bdc7a1f + e5599f3 commit eabc4f9

File tree

3 files changed

+73
-123
lines changed

3 files changed

+73
-123
lines changed

package-lock.json

Lines changed: 70 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"http-proxy": "^1.17.0",
1818
"inquirer": "^6.2.2",
1919
"inquirer-autocomplete-prompt": "^1.0.1",
20-
"netlify": "ssh+git://[email protected]:netlify/js-client-private",
21-
"netlify-rules-proxy": "git+ssh://[email protected]/netlify/netlify-rules-proxy.git",
20+
"netlify": "2.4.1",
21+
"@netlify/rules-proxy": "0.1.0",
2222
"node-fetch": "^2.3.0",
2323
"opn": "^5.5.0",
2424
"safe-join": "^0.1.2",

src/commands/dev/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function addonUrl(addonUrls, req) {
2525
}
2626

2727
async function startProxy(settings, addonUrls) {
28-
const rulesProxy = require('netlify-rules-proxy')
28+
const rulesProxy = require('@netlify/rules-proxy')
2929

3030
await waitPort({ port: settings.proxyPort })
3131
if (settings.functionsPort) {

0 commit comments

Comments
 (0)