Skip to content

Commit

Permalink
Upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Oct 11, 2024
1 parent 708e62b commit 5686951
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- run: npm install --no-audit
- run: npm audit --audit-level=low
- run: npx c8 -r lcovonly -r text --check-coverage --100 npm test
- run: node --import=@litejs/cli/test.js test/run.mjs
- run: npm run lint
- uses: coverallsapp/github-action@v2
name: Upload to coveralls.io
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
LiteJS Zip – [![Coverage][1]][2] [![Size][3]][4] [![Buy Me A Tea][5]][6]
==========

Create ZIP files in JavaScript.
Dependency-free JavaScript library for creating ZIP files (~1.2KB).
Uses the CompressionStream API if available; otherwise will generate uncompressed ZIP.


Examples
--------
Expand All @@ -29,7 +31,7 @@ Follow [Coding Style Guide](https://github.com/litejs/litejs/wiki/Style-Guide),
run tests `npm install; npm test`.


> Copyright (c) 2023 Lauri Rooden <[email protected]>
> Copyright (c) 2023-2024 Lauri Rooden <[email protected]>
[MIT License](https://litejs.com/MIT-LICENSE.txt) |
[GitHub repo](https://github.com/litejs/zip) |
[npm package](https://npmjs.org/package/@litejs/zip) |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"test": "lj t --tz='Europe/Tallinn' test/index.js"
},
"devDependencies": {
"@litejs/cli": "24.6.1"
"@litejs/cli": "24.10.0"
}
}

0 comments on commit 5686951

Please sign in to comment.