Skip to content

Commit 5f6f06f

Browse files
committed
Version 3.4.0-rc.1
1 parent 21df0a9 commit 5f6f06f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ deploy:
1717
1818
api_key: "$NPM_TOKEN"
1919
tag: "$NPM_TAG"
20+
skip_cleanup: true
2021
on:
2122
tags: true
2223
- provider: releases

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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"
@@ -24,6 +27,9 @@
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
}

0 commit comments

Comments
 (0)