Skip to content

Commit

Permalink
- Docs: Update license badges per latest
Browse files Browse the repository at this point in the history
- npm: Switch from `eslint-plugin-sonarjs` to `eslint-plugin-radar`
- npm: Switch to pnpm
  • Loading branch information
brettz9 committed Feb 6, 2021
1 parent 5628eca commit 739cf53
Show file tree
Hide file tree
Showing 7 changed files with 6,605 additions and 19,674 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 4.11.1
- run: pnpm i
- run: pnpm run build --if-present
- run: pnpm test
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
- Fix: Add package exports for browser and umd (#145) (@gjvoosten)
- Update: Build as per refactoring
- Docs: Update as per typedoc update
- Docs: Update license badges per latest
- Linting: As per latest ash-nazg
- npm: Switch from `eslint-plugin-sonarjs` to `eslint-plugin-radar`
- npm: Switch to pnpm
- npm: Update devDeps.

## 5.0.2 (2021-01-15)
Expand Down
2 changes: 1 addition & 1 deletion badges/licenses-badge-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion badges/licenses-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 739cf53

Please sign in to comment.