Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
didley committed Aug 2, 2023
1 parent 073bd76 commit 82a40d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@didley/decimal-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "Util for dealing with decimal inputs fields",
"main": "dist/decimalInput.js",
"types": "dist/decimalInput.d.ts",
Expand All @@ -26,10 +26,10 @@
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"eslint": "^8.46.0"
"vitest": "^0.33.0"
},
"files": [
"dist"
Expand All @@ -41,4 +41,4 @@
"bugs": {
"url": "https://github.com/didley/decimal-input/issues"
}
}
}

0 comments on commit 82a40d3

Please sign in to comment.