contextify
Advanced tools
Comparing version 0.0.4 to 0.0.5
try { | ||
module.exports = require('../build/default/contextify').wrap; | ||
module.exports = require('../build/Release/contextify').wrap; | ||
} catch (e) { | ||
module.exports = require('../build/Release/contextify').wrap; | ||
console.log("Internal Contextify ERROR: Make sure Contextify is built " + | ||
"with your current Node version.\nTo rebuild, go to the " + | ||
"Contextify root folder and run 'node-waf distclean && " + | ||
"node-waf configure build'."); | ||
throw e; | ||
} |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type" : "git", |
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
31410
406