localhostify
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -16,3 +16,3 @@ const fs = require('fs'); | ||
fs.writeFileSync(process.cwd() + '/localhostify-ext/config.js', chromeConfig); | ||
fs.writeFileSync(process.cwd() + '/.localhostify-ext/config.js', chromeConfig); | ||
fs.copyFileSync(__dirname + '/../chrome-ext/manifest.json', process.cwd() + '/.localhostify-ext/manifest.json'); | ||
@@ -19,0 +19,0 @@ fs.copyFileSync(__dirname + '/../chrome-ext/scripts/http.js', process.cwd() + '/.localhostify-ext/scripts/http.js'); |
{ | ||
"name": "Localhostify", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"manifest_version": 2, | ||
@@ -5,0 +5,0 @@ "description": "Localhostify: External redirects interceptor", |
{ | ||
"name": "localhostify", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Easy HTTP reverse proxy - localhost:3001 -> prod.domain.com", | ||
@@ -5,0 +5,0 @@ "source": "src/index.js", |
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
40660