Comparing version 0.0.27 to 0.0.28
@@ -6,4 +6,6 @@ var xpath = require('xpath'); | ||
var path = require("path"); | ||
var Handlebars = require("handlebars"); | ||
var model = require("./lib/model"); | ||
var template = Handlebars.compile("A plist key ‘{{identifier}}’ in ‘{{filename}}’"); | ||
@@ -19,4 +21,7 @@ exports.process = function(fullPath) { | ||
var field = group.ensureField(identifier); | ||
field.descriptions.push("A constant for key ‘" + identifier + "’ in ‘" + filename + "’"); | ||
field.descriptions.push(template({ | ||
"identifier" : identifier, | ||
"filename" : filename | ||
})); | ||
}); | ||
}; |
@@ -7,3 +7,3 @@ { | ||
"main" : "generator.js", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
@@ -10,0 +10,0 @@ "scripts" : { |
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
117643
35
2714
11