Skip to content

Commit

Permalink
修复 npm install 失败(因为 version 错误?)
Browse files Browse the repository at this point in the history
添加 cheerio
  • Loading branch information
gudqs7 committed Apr 26, 2019
1 parent 7d39b16 commit 9f08cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wxapp-unpacker",
"version": "0.3",
"version": "1.0.1",
"description": "Wechat App(微信小程序, .wxapkg)解包及相关文件(.wxss, .json, .wxs, .wxml)还原工具",
"main": "wuWxapkg.js",
"repository": {
Expand All @@ -14,6 +14,7 @@
},
"homepage": "https://github.com/qwerty472123/wxappUnpacker#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"css-tree": "^1.0.0-alpha.28",
"cssbeautify": "^0.3.1",
"escodegen": "^1.11.0",
Expand Down

0 comments on commit 9f08cdc

Please sign in to comment.