electron-pug
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "electron-pug", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Simple electron module to render Pug (former Jade) templates", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,6 +19,5 @@ # electron pug | ||
const {app} = require('electron'); | ||
const {app, BrowserWindow} = require('electron'); | ||
const locals = {/* ...*/}; | ||
const pug = require('electron-pug')({pretty: true}, locals); | ||
const BrowserWindow = require('browser-window'); | ||
@@ -25,0 +24,0 @@ // Standard stuff |
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
4604
35