@cloudflare/wrangler
Advanced tools
Comparing version 1.0.0-alpha to 1.0.0-alpha2
{ | ||
"name": "@cloudflare/wrangler", | ||
"version": "1.0.0-alpha", | ||
"version": "1.0.0-alpha2", | ||
"description": "Wrangle your Cloudflare Workers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,4 +5,5 @@ #!/usr/bin/env node | ||
const { spawnSync } = require("child_process"); | ||
const { homedir } = require('os'); | ||
const cwd = join(process.cwd(), "node_modules", "@cloudflare", "wrangler"); | ||
const cwd = join(homedir(), ".wrangler"); | ||
const bin = join(cwd, "out", "wrangler"); | ||
@@ -9,0 +10,0 @@ const [, , ...args] = process.argv; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2926
79