Add cheerio dependency in strapi-admin

This commit is contained in:
Pierre Burgy 2017-09-27 17:15:01 +02:00
parent 15cf4c979f
commit a68f19447b

View File

@ -23,6 +23,7 @@
"postinstall": "node node_modules/strapi-helper-plugin/lib/internals/scripts/postinstall.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^0.30.0",
"sanitize.css": "^4.1.0",
"strapi-utils": "3.0.0-alpha.5.5"