Skip to content

Commit cfa0b5d

Browse files
committed
chore: update package info
1 parent 3856ad9 commit cfa0b5d

File tree

4 files changed

+9
-28
lines changed

4 files changed

+9
-28
lines changed

.gitignore

-7
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,10 @@ node_modules
2929

3030
# Build specific exclusions
3131
bin/
32-
definitions/external/
33-
definitions/generated/
3432

3533
# Environment variables
3634
*.env
3735

38-
# Test uploads
39-
/uploads
40-
41-
# UI related
42-
/sessions
4336

4437
# JSON Storage persisted file
4538
JsonStorage.json

.vscode/launch.json

-10
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
"stopOnEntry": false,
1414
"sourceMaps": true,
1515
"args": ["--info"]
16-
},
17-
{
18-
"name": "Unit Test",
19-
"type": "node",
20-
"request": "launch",
21-
"protocol": "inspector",
22-
"program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
23-
"stopOnEntry": false,
24-
"sourceMaps": true,
25-
"args": ["test"]
2616
}
2717
]
2818
}

.vscode/settings.json

-7
This file was deleted.

package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
2-
"name": "code-push-cli",
2+
"name": "code-push-cli-r",
33
"version": "2.1.9",
44
"description": "Management CLI for the CodePush service",
55
"main": "bin/script/cli.js",
66
"scripts": {
77
"start": "tsc --watch",
8-
"test": "gulp test"
8+
"build": "tsc",
9+
"preversion": "npm run build",
10+
"test": "echo 'no tests'"
911
},
1012
"bin": {
1113
"code-push": "bin/script/cli.js"
1214
},
15+
"files": [
16+
"bin/"
17+
],
1318
"repository": {
1419
"type": "git",
15-
"url": "https://github.com/Microsoft/code-push/"
20+
"url": "https://github.com/rocwind/code-push-cli"
1621
},
1722
"keywords": [
1823
"code",
@@ -21,7 +26,7 @@
2126
"react-native",
2227
"react"
2328
],
24-
"homepage": "https://microsoft.github.io/code-push",
29+
"homepage": "https://github.com/rocwind/code-push-cli",
2530
"author": "Microsoft Corporation",
2631
"license": "MIT",
2732
"dependencies": {

0 commit comments

Comments
 (0)