Skip to content

Commit

Permalink
update uni-mp-kuaishou
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Aug 21, 2020
1 parent 6c6903d commit e677eae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:mp-weixin:mp": "cross-env UNI_PLATFORM=mp-weixin UNI_MP=true rollup -c build/rollup.config.mp.js",
"build:mp-weixin:wxs": "rollup -c build/rollup.config.wxs.js",
"build:quickapp-native": "cross-env NODE_ENV=development node build/build.qa.js && cross-env NODE_ENV=production node build/build.qa.js",
"build:runtime": "npm run lint && npm run build:mp-weixin && npm run build:mp-qq && npm run build:mp-alipay && npm run build:mp-baidu && npm run build:mp-toutiao && npm run build:app-plus && npm run build:quickapp-webview && npm run build:quickapp-native",
"build:runtime": "npm run lint && npm run build:mp-weixin && npm run build:mp-qq && npm run build:mp-alipay && npm run build:mp-baidu && npm run build:mp-toutiao && npm run build:app-plus && npm run build:quickapp-webview && npm run build:quickapp-native && build:mp-kuaishou",
"build:stat": "npm run lint && rollup -c build/rollup.config.stat.js",
"build:web-view": "rollup -c build/rollup.config.web-view.js",
"test:cli": "cross-env NODE_ENV=test jest",
Expand Down
10 changes: 7 additions & 3 deletions packages/uni-mp-kuaishou/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "@dcloudio/uni-mp-kuaishou",
"version": "2.0.0-23320190923002",
"version": "2.0.0-alpha-28920200821002",
"description": "uni-app mp-kuaishou",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aeroxy/uni-app.git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-kuaishou"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aero Wang",
"license": "MIT"
"license": "Apache-2.0",
"uni-app": {
"name": "mp-alipay",
"title": "支付宝小程序"
}
}

0 comments on commit e677eae

Please sign in to comment.