Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadKillingsworth committed Jun 10, 2024
1 parent 439608f commit 31209df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jack-henry/web-component-router",
"version": "3.3.0",
"version": "3.4.0",
"description": "Web Components Router",
"main": "router.js",
"type": "module",
Expand Down Expand Up @@ -42,13 +42,13 @@
"@polymer/polymer": "^3.4.1",
"jasmine-core": "^5.x",
"karma": "^6.x",
"lit": "^3.1.3",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "5.x",
"karma-spec-reporter": "^0.0.36",
"lit": "^3.1.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"lit":"^3.1.3"
"lit": "^3.1.3"
}
}

0 comments on commit 31209df

Please sign in to comment.