File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ deploy:
17
17
18
18
api_key : " $NPM_TOKEN"
19
19
tag : " $NPM_TAG"
20
+ skip_cleanup : true
20
21
on :
21
22
tags : true
22
23
- provider : releases
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-stdio" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.4.0-rc.1 " ,
4
4
"description" : " Render React.js components on any backend" ,
5
5
"author" : " Michael Jackson" ,
6
6
"license" : " MIT" ,
7
7
"bin" : " ./bin/react-stdio" ,
8
8
"preferGlobal" : true ,
9
9
"repository" : " ReactTraining/react-stdio" ,
10
- "files" : [" bin" , " server.js" ],
10
+ "files" : [
11
+ " bin" ,
12
+ " server.js"
13
+ ],
11
14
"scripts" : {
12
15
"build" : " node ./scripts/build.js" ,
13
16
"test" : " jest"
24
27
"pkg" : " ^4.3.0"
25
28
},
26
29
"jest" : {
27
- "testPathIgnorePatterns" : [" /node_modules/" , " __tests__/mocks" ]
30
+ "testPathIgnorePatterns" : [
31
+ " /node_modules/" ,
32
+ " __tests__/mocks"
33
+ ]
28
34
}
29
35
}
You can’t perform that action at this time.
0 commit comments