Skip to content

Commit c2b9524

Browse files
fixed_url
1 parent 655aa72 commit c2b9524

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

package.json

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "decentraland-ui",
2+
"name": "dcl-ui",
33
"version": "0.0.0-development",
4-
"description": "Decentraland's UI components and styles",
4+
"description": "Dcl's UI components and styles",
55
"main": "lib/index.js",
66
"module": "dist/index.js",
77
"typings": "lib/index.d.ts",
@@ -21,39 +21,23 @@
2121
},
2222
"repository": {
2323
"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"
4125
},
4226
"keywords": [
43-
"decentraland",
27+
"dcl",
4428
"ui",
4529
"react",
4630
"semantic-ui",
4731
"components",
4832
"styles",
4933
"themes"
5034
],
51-
"author": "Decentraland",
35+
"author": "Dcl",
5236
"license": "MIT",
5337
"bugs": {
54-
"url": "https://github.com/FullstackWEB-developer/decentraland-ui/issues"
38+
"url": "https://github.com/FullstackWEB-developer/dcl-ui/issues"
5539
},
56-
"homepage": "https://github.com/FullstackWEB-developer/decentraland-ui#readme",
40+
"homepage": "https://github.com/FullstackWEB-developer/dcl-ui#readme",
5741
"devDependencies": {
5842
"@storybook/addon-centered": "^5.3.13",
5943
"@storybook/addon-storysource": "^5.3.13",

0 commit comments

Comments
 (0)