Skip to content

Commit

Permalink
chore: updating readme for standalone files and travis for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Feb 9, 2020
1 parent 0598a1c commit efa2fa4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,630 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ script:
- cd example
- yarn
- yarn build
- cd ..

after_success:
- yarn semantic-release

deploy:
provider: pages
local_dir: example/build
skip_cleanup: true
token: $GH_TOKEN
keep_history: true
on:
branch: master

after_success:
- yarn semantic-release
branch: master

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import ReactTooltip from 'react-tooltip'

**Standalone**

You can import `node_modules/react-tooltip/standalone/react-tooltip.min.js` into your page. Please make sure that you have already imported `react` and `react-dom` into your page.
You can import `node_modules/react-tooltip/dist/index.js` into your page. Please make sure that you have already imported `react` and `react-dom` into your page.

## Options
Notes:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"npm": ">=5"
},
"scripts": {
"test": "make lint",
"pretest": "./node_modules/.bin/eslint . --fix",
"clean": "rimraf dist",
"build": "rollup -c",
Expand Down
Loading

0 comments on commit efa2fa4

Please sign in to comment.