Comparing version 0.1.1 to 0.1.2
@@ -17,5 +17,5 @@ var through = require('through'); | ||
function end () { | ||
this.queue('\nmodule.exports = jsonldjs;'); | ||
this.queue(new Buffer('\nmodule.exports = jsonldjs;')); | ||
this.queue(null); | ||
} | ||
} |
{ | ||
"name": "jsonldify", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A wrapper for using jsonld library with browserify", | ||
@@ -5,0 +5,0 @@ "main": "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
2822