Skip to content

Commit

Permalink
Merge PR #42: Add Hunter profiles and Browser Source option
Browse files Browse the repository at this point in the history
Add Hunter profiles and Browser Source option
  • Loading branch information
schwjm authored Apr 6, 2023
2 parents d777627 + 45bf597 commit 3ebbf8a
Show file tree
Hide file tree
Showing 28 changed files with 10,090 additions and 4,797 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let config = {
}
}],
'jsdoc/check-alignment': 1,
'jsdoc/check-examples': 1,
'jsdoc/check-examples': 0,
'jsdoc/check-indentation': 1,
'jsdoc/check-param-names': 1,
'jsdoc/check-syntax': 1,
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pso-tracker
path: pso-tracker.zip
6 changes: 5 additions & 1 deletion README.dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Using [parcel](https://parceljs.org/), you can run a local web server and contin

## License

Copyright (C) 2019 Justin Schwartz
Copyright (C) 2019-2023 Justin Schwartz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand All @@ -38,3 +38,7 @@ You should have received a [copy](LICENSE.txt) of the GNU Affero General Public
### pso-icons

SVG assets in this repository and the [pso-icons](https://github.com/akdb/pso-icons) are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

### Rorgigor pixel art

Courtesy of [Rorgigor](https://twitch.tv/rorgigor) to be included with this repository.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To get code checked in to this repository, please observe the guidelines in [CON

## License

Copyright (C) 2019 Justin Schwartz
Copyright (C) 2019-2023 Justin Schwartz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand All @@ -43,3 +43,7 @@ You should have received a [copy](LICENSE.txt) of the GNU Affero General Public
### pso-icons

SVG assets in this repository and the [pso-icons](https://github.com/akdb/pso-icons) are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

### Rorgigor pixel art

Courtesy of [Rorgigor](https://twitch.tv/rorgigor) to be included with this repository.
Loading

0 comments on commit 3ebbf8a

Please sign in to comment.