Skip to content

Commit

Permalink
v14 - version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed May 30, 2024
1 parent f89adf6 commit 229c517
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jumoo/usync-assets",
"license": "MPL-2.0",
"type": "module",
"version": "14.0.0-rc5",
"version": "14.0.0",
"main": "./dist/usync.js",
"types": "./dist/index.d.ts",
"module": "./dist/usync.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "../umbraco-package-schema.json",
"name": "uSync",
"id": "uSync",
"version": "14.0.0",
"allowTelemetry": true,
"extensions": [
{
"name": "usync.entrypoint",
"alias": "uSync.EntryPoint",
"type": "entryPoint",
"js": "/App_Plugins/uSync/usync-assets.js"
}
]
"$schema": "../umbraco-package-schema.json",
"name": "uSync",
"id": "uSync",
"version": "14.0.0",
"allowTelemetry": true,
"extensions": [
{
"name": "usync.entrypoint",
"alias": "uSync.EntryPoint",
"type": "entryPoint",
"js": "/App_Plugins/uSync/usync-assets.js"
}
]
}

0 comments on commit 229c517

Please sign in to comment.