basisjs-tools-instrumenter
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -28,3 +28,4 @@ var html = require('basisjs-tools-ast').html; | ||
if (attrName) { | ||
script.attribs[attrName] += '\n,devInfoResolver:' + registratorName; | ||
var oldValue = script.attribs[attrName].trim(); | ||
script.attribs[attrName] = (oldValue ? '\n,' : '') + 'devInfoResolver:' + registratorName; | ||
} | ||
@@ -31,0 +32,0 @@ } |
{ | ||
"name": "basisjs-tools-instrumenter", | ||
"description": "JavaScript source code location instrumenter for basisjs-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/basisjs/basisjs-tools-instumenter", | ||
@@ -6,0 +6,0 @@ "repository": "basisjs/basisjs-tools-instrumenter", |
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
10772
9
138