Merge branch 'eslint' into 'master'
Add eslint and fix errors See merge request tools/pagedjs-cli!8
No related branches found
No related tags found
Showing
- bin/paged 37 additions, 39 deletionsbin/paged
- package-lock.json 461 additions, 364 deletionspackage-lock.json
- package.json 14 additions, 13 deletionspackage.json
- src/postprocesser.js 22 additions, 22 deletionssrc/postprocesser.js
- src/printer.js 17 additions, 20 deletionssrc/printer.js
- src/writer.js 9 additions, 6 deletionssrc/writer.js
This diff is collapsed.
... | @@ -11,24 +11,25 @@ | ... | @@ -11,24 +11,25 @@ |
"bin": "./bin/paged", | "bin": "./bin/paged", | ||
"scripts": { | "scripts": { | ||
"start": "./bin/paged", | "start": "./bin/paged", | ||
"build": "pkg ." | "build": "pkg .", | ||
"lint": "./node_modules/.bin/eslint src bin/paged" | |||
}, | }, | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"commander": "^2.20.0", | "commander": "^3.0.2", | ||
"express": "^4.16.4", | "express": "^4.17.1", | ||
"hyphenopoly": "^3.0.1", | "hyphenopoly": "^3.2.1", | ||
"katex": "^0.10.1", | "katex": "^0.11.1", | ||
"lodash": "^4.17.11", | "lodash": "^4.17.15", | ||
"mathjax": "^2.7.5", | "mathjax": "^3.0.0", | ||
"node-fetch": "^2.4.1", | "node-fetch": "^2.6.0", | ||
"ora": "^3.4.0", | "ora": "^4.0.2", | ||
"pagedjs": "^0.1.34", | "pagedjs": "0.1.34", | ||
"pdf-lib": "^0.6.1", | "pdf-lib": "^1.2.0", | ||
"puppeteer": "^1.15.0", | "puppeteer": "^1.20.0", | ||
"replace-ext": "^1.0.0" | "replace-ext": "^1.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^5.16.0" | "eslint": "^6.5.1" | ||
} | } | ||
} | } |
Please register or sign in to comment