Skip to content

Commit

Permalink
chore(cli): add repository (package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Sep 17, 2019
1 parent ca93ef6 commit 54638ee
Show file tree
Hide file tree
Showing 17 changed files with 311 additions and 226 deletions.
27 changes: 16 additions & 11 deletions packages/uni-app-plus-nvue/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-app-plus-nvue",
"version": "1.0.0-alpha-22120190814002",
"description": "uni-app app-plus-nvue",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-app-plus-nvue",
"version": "1.0.0-alpha-22120190814002",
"description": "uni-app app-plus-nvue",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-app-plus-nvue"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-app-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-app-plus",
"version": "0.0.253",
"description": "uni-app app-plus",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-app-plus",
"version": "0.0.253",
"description": "uni-app app-plus",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-app-plus"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
41 changes: 23 additions & 18 deletions packages/uni-cli-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "@dcloudio/uni-cli-shared",
"version": "0.2.994",
"description": "uni-cli-shared",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"hash-sum": "^1.0.2",
"strip-json-comments": "^2.0.1"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-cli-shared",
"version": "0.2.994",
"description": "uni-cli-shared",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-cli-shared"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"hash-sum": "^1.0.2",
"strip-json-comments": "^2.0.1"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
5 changes: 5 additions & 0 deletions packages/uni-h5-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.1",
"description": "uni-app h5 ui",
"main": "dist/index.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-h5-ui"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
37 changes: 21 additions & 16 deletions packages/uni-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "@dcloudio/uni-h5",
"version": "0.9.0",
"description": "uni-app h5",
"main": "dist/index.umd.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"base64-arraybuffer": "^0.2.0",
"intersection-observer": "^0.7.0",
"safe-area-insets": "^1.4.1"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-h5",
"version": "0.9.0",
"description": "uni-app h5",
"main": "dist/index.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-h5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"base64-arraybuffer": "^0.2.0",
"intersection-observer": "^0.7.0",
"safe-area-insets": "^1.4.1"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-mp-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-mp-alipay",
"version": "0.0.827",
"description": "uni-app mp-alipay",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-mp-alipay",
"version": "0.0.827",
"description": "uni-app mp-alipay",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-alipay"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-mp-baidu/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-mp-baidu",
"version": "0.0.857",
"description": "uni-app mp-baidu",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-mp-baidu",
"version": "0.0.857",
"description": "uni-app mp-baidu",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-baidu"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-mp-qq/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-mp-qq",
"version": "0.0.112",
"description": "uni-app mp-qq",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-mp-qq",
"version": "0.0.112",
"description": "uni-app mp-qq",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-qq"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-mp-toutiao/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-mp-toutiao",
"version": "0.0.352",
"description": "uni-app mp-toutiao",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-mp-toutiao",
"version": "0.0.352",
"description": "uni-app mp-toutiao",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-toutiao"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
27 changes: 16 additions & 11 deletions packages/uni-mp-weixin/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@dcloudio/uni-mp-weixin",
"version": "0.0.973",
"description": "uni-app mp-weixin",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-mp-weixin",
"version": "0.0.973",
"description": "uni-app mp-weixin",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-mp-weixin"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
7 changes: 6 additions & 1 deletion packages/uni-stat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.113",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-stat"
},
"scripts": {
"dev": "NODE_ENV=development rollup -w -c rollup.config.js",
"build": "NODE_ENV=production rollup -c rollup.config.js"
Expand All @@ -29,4 +34,4 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
}
}
}
45 changes: 25 additions & 20 deletions packages/uni-template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"name": "@dcloudio/uni-template-compiler",
"version": "0.9.183",
"description": "uni-template-compiler",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.3.3",
"@babel/traverse": "^7.3.3",
"@babel/types": "^7.3.3",
"vue-template-compiler": "^2.6.10"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
{
"name": "@dcloudio/uni-template-compiler",
"version": "0.9.183",
"description": "uni-template-compiler",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/uni-app.git",
"directory": "packages/uni-template-compiler"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fxy060608",
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.3.3",
"@babel/traverse": "^7.3.3",
"@babel/types": "^7.3.3",
"vue-template-compiler": "^2.6.10"
},
"gitHead": "08ea04b669e93f0db3acb2dfa38138298edd5789"
}
Loading

0 comments on commit 54638ee

Please sign in to comment.