|
1 | 1 | {
|
2 |
| - "name": "decentraland-ui", |
| 2 | + "name": "dcl-ui", |
3 | 3 | "version": "0.0.0-development",
|
4 |
| - "description": "Decentraland's UI components and styles", |
| 4 | + "description": "Dcl's UI components and styles", |
5 | 5 | "main": "lib/index.js",
|
6 | 6 | "module": "dist/index.js",
|
7 | 7 | "typings": "lib/index.d.ts",
|
|
21 | 21 | },
|
22 | 22 | "repository": {
|
23 | 23 | "type": "git",
|
24 |
| - "url": "https://github.com/FullstackWEB-developer/decentraland-ui.git" |
25 |
| - }, |
26 |
| - "release": { |
27 |
| - "repositoryUrl": "https://github.com/FullstackWEB-developer/decentraland-ui.git", |
28 |
| - "dryRun": false, |
29 |
| - "plugins": [ |
30 |
| - "@semantic-release/commit-analyzer", |
31 |
| - "@semantic-release/release-notes-generator", |
32 |
| - [ |
33 |
| - "@semantic-release/github", |
34 |
| - { |
35 |
| - "assets": [ |
36 |
| - "dist/**" |
37 |
| - ] |
38 |
| - } |
39 |
| - ] |
40 |
| - ] |
| 24 | + "url": "https://github.com/FullstackWEB-developer/dcl-ui.git" |
41 | 25 | },
|
42 | 26 | "keywords": [
|
43 |
| - "decentraland", |
| 27 | + "dcl", |
44 | 28 | "ui",
|
45 | 29 | "react",
|
46 | 30 | "semantic-ui",
|
47 | 31 | "components",
|
48 | 32 | "styles",
|
49 | 33 | "themes"
|
50 | 34 | ],
|
51 |
| - "author": "Decentraland", |
| 35 | + "author": "Dcl", |
52 | 36 | "license": "MIT",
|
53 | 37 | "bugs": {
|
54 |
| - "url": "https://github.com/FullstackWEB-developer/decentraland-ui/issues" |
| 38 | + "url": "https://github.com/FullstackWEB-developer/dcl-ui/issues" |
55 | 39 | },
|
56 |
| - "homepage": "https://github.com/FullstackWEB-developer/decentraland-ui#readme", |
| 40 | + "homepage": "https://github.com/FullstackWEB-developer/dcl-ui#readme", |
57 | 41 | "devDependencies": {
|
58 | 42 | "@storybook/addon-centered": "^5.3.13",
|
59 | 43 | "@storybook/addon-storysource": "^5.3.13",
|
|
0 commit comments