Browse Source

move to scoped radiomanifest dependency

boyska 7 months ago
parent
commit
aa1c176cbd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/js/radiomanifest.js

+ 1 - 1
package.json

@@ -19,6 +19,7 @@
     "Samsung >= 12"
   ],
   "dependencies": {
+    "@radiomanifest/radiomanifest": "^0.1.0",
     "dom7": "^4.0.4",
     "framework7": "^7.1.2",
     "framework7-icons": "^5.0.5",
@@ -27,7 +28,6 @@
     "isomorphic-fetch": "^3.0.0",
     "material-icons": "^1.13.1",
     "podparse": "^1.5.1",
-    "radiomanifest": "^0.1.0",
     "skeleton-elements": "^4.0.1",
     "swiper": "^8.4.6",
     "tailwindcss": "^3.2.4",

+ 1 - 1
src/js/radiomanifest.js

@@ -1,4 +1,4 @@
-import radiomanifest from "radiomanifest";
+import radiomanifest from "@radiomanifest/radiomanifest";
 
 const cachedRadiomanifest = {};