Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jan 14, 2023
1 parent 553e2d3 commit 8818afc
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 219 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ This library needs to be used along with [ngld/OverlayPlugin](https://github.com
- [Contributon](#contributon)
- [Annotations](#annotations)

## Browser Support
## Browsers Support

Chrome (Chromium) >= 90, Firefox >= 90, Safari >= 14
Supports major browser versions released at 2020 or `ES2020`.

- Chrome: >=87
- Firefox: >=78
- Safari: >=14

## Installation

Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://registry.npmjs.org/"
},
"name": "ffxiv-overlay-api",
"version": "4.6.2",
"version": "4.7.0",
"description": "Build your own modern FFXIV overlay with npm & TypeScript support.",
"keywords": [
"ffxiv",
Expand Down Expand Up @@ -32,15 +32,16 @@
"dev": "npm-run-all -p dev:*"
},
"devDependencies": {
"@dsrca/config": "^1.0.0",
"@rollup/plugin-html": "^1.0.0",
"@dsrca/config": "^2.2.1",
"@rollup/plugin-html": "^1.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^9.0.2",
"eslint": "^8.26.0",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"eslint": "^8.31.0",
"npm-run-all": "^4.1.5",
"rollup": "^3.2.3",
"serve": "^14.0.1",
"typescript": "^4.8.4"
"prettier": "^2.8.2",
"rollup": "^3.10.0",
"serve": "^14.1.2",
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 8818afc

Please sign in to comment.