Skip to content

Commit

Permalink
Merge pull request #117 from rfoel/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rfoel authored Nov 5, 2021
2 parents e8c4a93 + c80d20b commit 456279d
Show file tree
Hide file tree
Showing 35 changed files with 10,763 additions and 12,556 deletions.
49 changes: 0 additions & 49 deletions .eslintrc

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/push_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run build
- run: yarn
- run: yarn test
- run: yarn lint
- run: yarn build
8 changes: 4 additions & 4 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm install
- run: npm test
- run: npm run lint
- run: npm run build
- run: yarn install
- run: yarn test
- run: yarn lint
- run: yarn build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ yarn add strava

The way the library is implemented the user must have gone through the [Strava OAuth flow](https://developers.strava.com/docs/authentication/) beforehand and got a refresh token. This way we can ensure that whenever needed we get a new access token.

This may not be the best way to work with the API and I'm open to suggestion to make it better.
This may not be the best way to work with the API and I'm open to suggestions to make it better.

```javascript
import { Strava } from 'strava'
Expand Down
Loading

0 comments on commit 456279d

Please sign in to comment.