Skip to content

Commit

Permalink
fix package directory/name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 9, 2024
1 parent a793f50 commit 09b3a7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.

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

4 changes: 2 additions & 2 deletions uSync.Backoffice.Management.Client/usync-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@jumoo/usync-assets",
"name": "@jumoo/usync",
"license": "MPL-2.0",
"type": "module",
"version": "14.2.0-build.20240909.2",
"version": "14.2.0-build.20240909.5",
"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
Expand Up @@ -2,19 +2,20 @@
"$schema": "../umbraco-package-schema.json",
"name": "uSync",
"id": "uSync",
"version": "14.2.0-build.20240909.2",
"version": "14.2.0-build.20240909.5",
"allowTelemetry": true,
"extensions": [
{
"name": "usync.entrypoint",
"alias": "uSync.EntryPoint",
"type": "entryPoint",
"js": "/App_Plugins/uSync/usync-assets.js"
"js": "/App_Plugins/uSync/usync.js"
}
],
"importmap": {
"imports": {
"@jumoo/uSync": "/App_Plugins/uSync/usync-assets.js"
"@jumoo/uSync": "/App_Plugins/uSync/usync.js",
"@jumoo/uSync/external/signalr": "/App_Plugins/uSync/usync.js"
}
}
}

0 comments on commit 09b3a7e

Please sign in to comment.