Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Jul 13, 2024
1 parent 9196b25 commit eda7a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@arran4/tsobjectutils",
"version": "1.1.1",
"version": "1.1.3",
"description": "Some typescript marshaling to class helper functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": true,
"type": "module",
"scripts": {
"test": "jest ./src",
"build": "tsc",
Expand Down

0 comments on commit eda7a41

Please sign in to comment.