Skip to content

Commit 4d1c4a3

Browse files
committed
chore(build): Add babel-core to devDeps and peerDeps to travis.yml
1 parent 9546d32 commit 4d1c4a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ node_js:
1414
- "0.10"
1515
before_install:
1616
- npm i -g npm@^2.0.0
17+
- npm i graphql graphql-compose
1718
before_script:
1819
- npm prune
1920
script:
@@ -25,5 +26,5 @@ after_success:
2526
- export $(cat .to_export_back) &> /dev/null
2627
- npm run semantic-release
2728
branches:
28-
except:
29-
- /^v\d+\.\d+\.\d+$/
29+
only:
30+
- master

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"babel-cli": "6.14.0",
32+
"babel-core": "6.14.0",
3233
"babel-eslint": "6.1.2",
3334
"babel-plugin-syntax-async-functions": "6.13.0",
3435
"babel-plugin-transform-class-properties": "6.11.5",

0 commit comments

Comments
 (0)