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:
1717 email : mjijackson@gmail.com
1818 api_key : " $NPM_TOKEN"
1919 tag : " $NPM_TAG"
20+ skip_cleanup : true
2021 on :
2122 tags : true
2223- provider : releases
Original file line number Diff line number Diff line change 11{
22 "name" : " react-stdio" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.4.0-rc.1 " ,
44 "description" : " Render React.js components on any backend" ,
55 "author" : " Michael Jackson" ,
66 "license" : " MIT" ,
77 "bin" : " ./bin/react-stdio" ,
88 "preferGlobal" : true ,
99 "repository" : " ReactTraining/react-stdio" ,
10- "files" : [" bin" , " server.js" ],
10+ "files" : [
11+ " bin" ,
12+ " server.js"
13+ ],
1114 "scripts" : {
1215 "build" : " node ./scripts/build.js" ,
1316 "test" : " jest"
2427 "pkg" : " ^4.3.0"
2528 },
2629 "jest" : {
27- "testPathIgnorePatterns" : [" /node_modules/" , " __tests__/mocks" ]
30+ "testPathIgnorePatterns" : [
31+ " /node_modules/" ,
32+ " __tests__/mocks"
33+ ]
2834 }
2935}
You can’t perform that action at this time.
0 commit comments