Comparing version 0.1.0 to 0.2.0
@@ -0,1 +1,2 @@ | ||
var path = require('path'); | ||
var escapeHTML = require('lodash.escape'); | ||
@@ -87,3 +88,4 @@ var extend = require('extend'); | ||
module.exports = { | ||
sync: TheSynchronousInterface | ||
sync: TheSynchronousInterface, | ||
pathCSS: () => path.join(__dirname, 'efgh.css') | ||
}; |
{ | ||
"name": "efgh", | ||
"main": "efgh.js", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Echomail in Fidonet: generator of headers.", | ||
@@ -6,0 +6,0 @@ "keywords": ["Fidonet", "FTN", "echomail", "header", "headers"], |
@@ -73,2 +73,4 @@ [![(a histogram of downloads)](https://nodei.co/npm-dl/efgh.png?height=3)](https://npmjs.org/package/efgh) | ||
* To facilitate such references, `require('efgh').pathCSS()` returns `path.join(__dirname, 'efgh.css')` (in other words, the full path to the `efgh.css` file). | ||
HTML5 headers generated by EFGH may not be displayed properly if HTML5 representation is provided without the corresponding CSS rules (for example, in `description` elements of RSS items). | ||
@@ -75,0 +77,0 @@ |
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
11546
90
91