Skip to content

Commit

Permalink
pack all dist files and add decimal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Dec 18, 2024
1 parent 7b88f7d commit 262a41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist/**/*"
],
"scripts": {
Expand All @@ -28,6 +29,7 @@
"dependencies": {
"@types/node": "^18.14.2",
"console": "^0.7.2",
"decimal.js": "^10.4.3",
"google-protobuf": "^3.20.3",
"grpc-web": "^1.4.2"
},
Expand All @@ -39,7 +41,6 @@
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-jest": "^29.4.3",
"decimal.js": "^10.4.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
Expand Down

0 comments on commit 262a41b

Please sign in to comment.