electron-md-to-pdf
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "electron-md-to-pdf", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Convert Markdown to PDF in Electron apps", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"start": "electron example/main.js", | ||
"format": "prettier --ignore-path .gitignore --write", | ||
"lint": "eslint" | ||
"format": "prettier --write", | ||
"lint": "eslint --fix" | ||
}, | ||
@@ -27,15 +27,15 @@ "dependencies": { | ||
"peerDependencies": { | ||
"electron": "^2.0.0 || ^3.0.0 || ^4.0.0" | ||
"electron": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"electron": "^4.0.3", | ||
"electron-debug": "^2.1.0", | ||
"eslint": "5.12.1", | ||
"electron": "^5.0.1", | ||
"electron-debug": "^3.0.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
"eslint-config-prettier": "^4.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-config-prettier": "^4.2.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"github-markdown-css": "^3.0.1", | ||
"husky": "^1.1.2", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3" | ||
"husky": "^2.2.0", | ||
"lint-staged": "^8.1.6", | ||
"prettier": "^1.17.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "files": [ | ||
], | ||
"*.{css,html,json,md,scss,yml}": [ | ||
"*.{html,json,md,yml}": [ | ||
"yarn format", | ||
@@ -59,0 +59,0 @@ "git add" |
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
6552