Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alirzaev committed Dec 9, 2021
1 parent b88a6a3 commit 8c151b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm test

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alirzaev/zip-js",
"version": "0.2.1",
"version": "0.2.2",
"description": "A simple zip function implementation",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8c151b3

Please sign in to comment.