@ozdao/prometheus-framework 0.1.54 → 0.1.55
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ozdao/prometheus-framework",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.55",
|
4
4
|
"description": "Web3 Framework focused on user experience and ease of development.",
|
5
5
|
"author": "OZ DAO <hello@ozdao.dev>",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -118,8 +118,8 @@
|
|
118
118
|
"require": "./dist/files.server.js"
|
119
119
|
},
|
120
120
|
"./modules/landing/client": {
|
121
|
-
"import": "./dist/landing.client.js",
|
122
|
-
"require": "./dist/landing.client.cjs"
|
121
|
+
"import": "./dist/prometheus-framework/src/modules/landing/landing.client.js",
|
122
|
+
"require": "./dist/prometheus-framework/src/modules/landing/landing.client.cjs"
|
123
123
|
},
|
124
124
|
"./modules/gallery/client": {
|
125
125
|
"import": "./dist/prometheus-framework/src/modules/gallery/gallery.client.js",
|