decentraland-ui2 0.4.1 → 0.4.2-10708661296.commit-9709320
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.2-10708661296.commit-9709320",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"fix:prettier": "prettier --write ./src",
|
12
12
|
"start": "storybook dev -p 6006",
|
13
13
|
"build": "npm run build:dist",
|
14
|
-
"build:dist": "rm -Rf dist && tsc",
|
14
|
+
"build:dist": "rm -Rf dist && tsc && cp -R src/theme/fonts dist/theme/fonts && cp -R src/Assets dist/Assets",
|
15
15
|
"build-storybook": "npx storybook@7 build",
|
16
16
|
"format": "prettier --write '**/*.{ts,tsx,js,jsx,json,md,mdx,css}'",
|
17
17
|
"lint": "eslint --ext .ts,.tsx,.js,.jsx ./src",
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"files": [
|
91
91
|
"dist"
|
92
92
|
],
|
93
|
-
"commit": "
|
93
|
+
"commit": "97093209afba13a1a5102010d2fa479250bad317"
|
94
94
|
}
|