Skip to content

Commit

Permalink
chore(package): remove redundant config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 23, 2020
1 parent ce2189f commit cd38d9b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "node-poppler",
"version": "1.5.0",
"description": "Node.js wrapper for the Poppler PDF rendering library",
"keywords": [
"poppler",
"pdf-to-html",
"pdf"
],
"main": "src/index.js",
"repository": "git+https://github.com/Fdawgs/node-poppler.git",
"author": "Frazer Smith",
"license": "MIT",
"scripts": {
"changelog": "conventional-changelog -p @commitlint/config-conventional -s -i CHANGELOG.md",
"doc": "jsdoc2md src/index.js > API.md",
Expand All @@ -24,12 +22,6 @@
"testEnvironment": "node",
"testTimeout": 10000
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fdawgs/node-poppler.git"
},
"author": "Frazer Smith",
"license": "MIT",
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
Expand All @@ -55,9 +47,5 @@
"jsinspect": "^0.12.7",
"prettier": "1.19.1",
"typescript": "^3.7.4"
},
"bugs": {
"url": "https://github.com/Fdawgs/node-poppler/issues"
},
"homepage": "https://github.com/Fdawgs/node-poppler#readme"
}
}

0 comments on commit cd38d9b

Please sign in to comment.