Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localized-entity",
"version": "1.0.1",
"version": "1.0.2",
"description": "A vanilla JS middleware used to abstract away the bidirectional data-binding of localized object model attributes.",
"main": "src/index.js",
"type": "module",
Expand All @@ -11,6 +11,10 @@
},
"author": "Justin Lam",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/flybits/localized-entity.git"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.8",
"browser-sync": "^3.0.3",
Expand Down
Loading