Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrajan committed Feb 22, 2020
1 parent d0ffa6d commit 1d271cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ deploy:
- provider: npm
email: "jeremyrajan@gmail.com"
api_key: $NPM_TOKEN
edge: true
on:
tags: true
- provider: pages
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -21,15 +21,13 @@
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"identity-obj-proxy": "^3.0.0"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"identity-obj-proxy": "^3.0.0",
"@svgr/rollup": "^2.4.1",
"@testing-library/react": "^9.4.0",
"@types/jest": "^23.1.5",
Expand Down

0 comments on commit 1d271cf

Please sign in to comment.