netlify-redirector
Advanced tools
Comparing version 0.0.3 to 0.0.4
let initialized = false; | ||
const queue = []; | ||
console.log("importing rediretor"); | ||
const Redirector = require("./lib/redirects.js"); | ||
console.log("redirector imported"); | ||
Redirector.onRuntimeInitialized = () => { | ||
console.log("Initialized!"); | ||
initialized = true; | ||
@@ -9,0 +6,0 @@ queue.forEach(cb => cb.call()); |
{ | ||
"name": "netlify-redirector", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Netlify Redirector library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
2883496
7666