Skip to content

Commit

Permalink
chore: fix build, bump version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik authored May 17, 2024
1 parent 55669e8 commit 4f8c8dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xlsx-write-stream",
"version": "1.0.1",
"version": "1.0.2",
"description": "XLSX stream writer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -44,9 +44,7 @@
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"rimraf": "^3.0.2",
"glob": "^7.2.0",
"typescript": "^4.5.4",
"@types/node": "^18.15.3",
"apify-jsdoc-template": "github:apify/apify-jsdoc-template",
"babel-cli": "^6.18.0",
"babel-core": "^6.26.0",
Expand All @@ -60,10 +58,13 @@
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "7.4.0",
"glob": "^7.2.0",
"isparta": "^4.0.0",
"mocha": "^8.3.2",
"rimraf": "^3.0.2",
"sinon": "^4.0.1",
"sinon-stub-promise": "^4.0.0",
"typescript": "^5.4.5",
"unzipper": "^0.10.11"
}
}

0 comments on commit 4f8c8dd

Please sign in to comment.