Skip to content

Commit

Permalink
fix(Travis): fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Dec 9, 2017
1 parent c795e00 commit 3b2e68e
Show file tree
Hide file tree
Showing 3 changed files with 1,170 additions and 753 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
- ~/.npm
notifications:
email: false
node_js:
- '6'
- '8'
before_script:
- npm prune
after_success:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/stoffern/react-native-image-cropper#readme",
"dependencies": {
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"gl-react": "^2.2.8",
"gl-react-image": "3.1.0",
"gl-react-native": "^2.38.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"semantic-release": "^8.0.3"
},
"config": {
Expand Down
Loading

0 comments on commit 3b2e68e

Please sign in to comment.