Skip to content

Commit

Permalink
refactor(dep): imporved dep
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Aug 11, 2016
1 parent 2023e53 commit d8b2451
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ node_js:
- '4'
before_install:
- npm i -g npm@^2.0.0
- npm install -g eslint
- npm install -g eslint-plugin-react
before_script:
- npm prune
script:
- npm run test
after_success:
- npm run semantic-release
branches:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "eslint .",
"test": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand All @@ -31,6 +30,10 @@
"react-native-nativebutton": "^0.1.3",
"react-native-sglistview": "^0.3.2"
},
"peerDependencies": {
"react-native": ">=0.25.0",
"react": ">=0.14.0 || ^15.0.0"
},
"homepage": "https://github.com/stoffern/react-native-mediapicker#readme",
"devDependencies": {
"cz-conventional-changelog": "^1.1.7",
Expand Down

0 comments on commit d8b2451

Please sign in to comment.