Bumping the SDK version and fixing some package.json values
This commit is contained in:
Родитель
6d5ea494b1
Коммит
523749762c
|
@ -28,4 +28,4 @@ To test just one of the projects (e.g. cli or sdk), run `gulp test-cli` or `gulp
|
|||
|
||||
* Use double quotes for strings
|
||||
* Use four space tabs
|
||||
* Use `camelCase` for local variables and imported modules, `PascalCase` for types, and `dash-case` for file names
|
||||
* Use `camelCase` for local variables and imported modules, `PascalCase` for types, and `dash-case` for file names
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-push",
|
||||
"version": "1.0.0-beta",
|
||||
"description": "Source code for the CodePush service SDK",
|
||||
"version": "1.1.0-beta",
|
||||
"description": "Management SDK for the CodePush service",
|
||||
"main": "script/index.js",
|
||||
"scripts": {
|
||||
"test": "gulp"
|
||||
|
@ -10,7 +10,9 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/code-push.git"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"homepage": "https://microsoft.github.io/code-push",
|
||||
"dependencies": {
|
||||
"base-64": "^0.1.0",
|
||||
"fs": "0.0.2",
|
||||
|
@ -19,4 +21,4 @@
|
|||
"superagent": "~1.2.0",
|
||||
"try-json": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче