@stendahls/markpage
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -12,5 +12,5 @@ const fs = require( 'fs' ); | ||
let wrapper = fs.readFileSync( path.join( __dirname, 'wrapper.html' ), 'utf8' ); | ||
let css = fs.readFileSync( path.join( __dirname, 'node_modules', 'github-markdown-css', 'github-markdown.css' ), 'utf8' ); | ||
let highlightCss = fs.readFileSync( path.join( __dirname, 'node_modules', 'highlight.js', 'styles', 'default.css' ), 'utf8' ); | ||
let highlightjs = fs.readFileSync( path.join( __dirname, 'node_modules', 'highlight.js', 'lib', 'highlight.js' ), 'utf8' ); | ||
let css = fs.readFileSync( path.join( __dirname, '..', 'github-markdown-css', 'github-markdown.css' ), 'utf8' ); | ||
let highlightCss = fs.readFileSync( path.join( __dirname, '..', 'highlight.js', 'styles', 'default.css' ), 'utf8' ); | ||
let highlightjs = fs.readFileSync( path.join( __dirname, '..', 'highlight.js', 'lib', 'highlight.js' ), 'utf8' ); | ||
@@ -17,0 +17,0 @@ marked.setOptions( { |
{ | ||
"name": "@stendahls/markpage", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Throw in markdown, get a self-contained HTML file in return.", | ||
@@ -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
32005