File tree 4 files changed +9
-28
lines changed
4 files changed +9
-28
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,10 @@ node_modules
29
29
30
30
# Build specific exclusions
31
31
bin /
32
- definitions /external /
33
- definitions /generated /
34
32
35
33
# Environment variables
36
34
* .env
37
35
38
- # Test uploads
39
- /uploads
40
-
41
- # UI related
42
- /sessions
43
36
44
37
# JSON Storage persisted file
45
38
JsonStorage.json
Original file line number Diff line number Diff line change 13
13
"stopOnEntry" : false ,
14
14
"sourceMaps" : true ,
15
15
"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" ]
26
16
}
27
17
]
28
18
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " code-push-cli" ,
2
+ "name" : " code-push-cli-r " ,
3
3
"version" : " 2.1.9" ,
4
4
"description" : " Management CLI for the CodePush service" ,
5
5
"main" : " bin/script/cli.js" ,
6
6
"scripts" : {
7
7
"start" : " tsc --watch" ,
8
- "test" : " gulp test"
8
+ "build" : " tsc" ,
9
+ "preversion" : " npm run build" ,
10
+ "test" : " echo 'no tests'"
9
11
},
10
12
"bin" : {
11
13
"code-push" : " bin/script/cli.js"
12
14
},
15
+ "files" : [
16
+ " bin/"
17
+ ],
13
18
"repository" : {
14
19
"type" : " git" ,
15
- "url" : " https://github.com/Microsoft /code-push/ "
20
+ "url" : " https://github.com/rocwind /code-push-cli "
16
21
},
17
22
"keywords" : [
18
23
" code" ,
21
26
" react-native" ,
22
27
" react"
23
28
],
24
- "homepage" : " https://microsoft. github.io/ code-push" ,
29
+ "homepage" : " https://github.com/rocwind/ code-push-cli " ,
25
30
"author" : " Microsoft Corporation" ,
26
31
"license" : " MIT" ,
27
32
"dependencies" : {
You can’t perform that action at this time.
0 commit comments