Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix NPM warnings
Solves warnings:
- Valid SPDX license
- Deprecated sub-dependencies: cheerio -> cssselect/csswhat
  • Loading branch information
sebdeckers committed Oct 31, 2015
commit 98cf1927c349b974d9f99a0da5b131af9add74b3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"plugin"
],
"author": "Eric Priou <[email protected]> (http://ericpriou.net/)",
"license": "Apache 2",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/erixtekila/gitbook-plugin-toconsole/issues"
},
"homepage": "https://github.com/erixtekila/gitbook-plugin-toconsole",
"readmeFilename": "README.md",
"dependencies": {
"cheerio": "^0.15.0"
"cheerio": "^0.19.0"
}
}