Skip to content

Commit d1d4cd0

Browse files
Alan-ChaErikWittern
authored andcommitted
Changes to package.json
1 parent f981947 commit d1d4cd0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '8'
5-
- '9'
6-
- '10'
7-
- '11'
4+
- "8"
5+
- "9"
6+
- "10"
7+
- "11"
88

99
os:
1010
- linux
@@ -20,3 +20,4 @@ script: npm run test
2020
branches:
2121
only:
2222
- master
23+
- openapi-to-graphql

packages/openapi-to-graphql-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/strongloop/oasgraph.git"
15+
"url": "https://github.com/strongloop/oasgraph/tree/openapi-to-graphql"
1616
},
17-
"homepage": "https://github.com/strongloop/oasgraph/blob/master/README.md",
17+
"homepage": "https://github.com/strongloop/oasgraph/blob/openapi-to-graphql/README.md",
1818
"keywords": [
1919
"ibm",
2020
"strongloop",

packages/openapi-to-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/strongloop/oasgraph.git"
15+
"url": "https://github.com/strongloop/oasgraph/tree/openapi-to-graphql"
1616
},
17-
"homepage": "https://github.com/strongloop/oasgraph/blob/master/README.md",
17+
"homepage": "https://github.com/strongloop/oasgraph/blob/openapi-to-graphql/README.md",
1818
"keywords": [
1919
"ibm",
2020
"strongloop",

0 commit comments

Comments
 (0)