decentraland-ui2 1.3.9 → 1.3.10-22772384112.commit-4fd91a4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Decentraland UI v2
4
4
 
5
- This is basically `Material UI` themed with Decentrland's look & feel + some of our own components
5
+ This is basically `Material UI` themed with Decentraland's look & feel + some of our own components
6
6
 
7
7
  See: [ui2.decentraland.org](https://ui2.decentraland.org)
8
8
 
@@ -49,6 +49,6 @@ Install dependencies and start Storybook:
49
49
 
50
50
  ```
51
51
  $ npm install
52
- $ npm run generate:storybooks //This will regenerate @MUI components
52
+ $ npm run generate:storybooks // This will regenerate @MUI components
53
53
  $ npm run start
54
54
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "1.3.9",
3
+ "version": "1.3.10-22772384112.commit-4fd91a4",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -117,5 +117,5 @@
117
117
  "url": "https://github.com/decentraland/ui2/issues"
118
118
  },
119
119
  "homepage": "https://github.com/decentraland/ui2#readme",
120
- "commit": "574af131f8fc536cc51c93ed3fba48b406dcc6f7"
120
+ "commit": "4fd91a4a6585329a39541abbde0da1a38cdb1698"
121
121
  }