Skip to content

Commit 2b0282d

Browse files
committed
fixed readme
1 parent b66e805 commit 2b0282d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![npm](https://img.shields.io/npm/v/@dlsl/dev-modules.svg)](https://www.npmjs.com/package/@dlsl/dev-modules)
2-
[![Coverage Status](https://codecov.io/gh/distributedlab-solidity-library/dev-modules/graph/badge.svg)](https://codecov.io/gh/distributedlab-solidity-library/dev-modules)
2+
[![Coverage Status](https://codecov.io/gh/dl-solidity-library/dev-modules/graph/badge.svg)](https://codecov.io/gh/dl-solidity-library/dev-modules)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/distributedlab-solidity-library/dev-modules/badge)](https://www.gitpoap.io/gh/distributedlab-solidity-library/dev-modules)
4+
[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/dl-solidity-library/dev-modules/badge)](https://www.gitpoap.io/gh/dl-solidity-library/dev-modules)
55

66
# Solidity Development Modules by Distributed Lab
77

contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@dlsl/dev-modules",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"description": "Solidity Development Modules by Distributed Lab",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/distributedlab-solidity-library/dev-modules"
9+
"url": "https://github.com/dl-solidity-library/dev-modules"
1010
},
1111
"keywords": [
1212
"solidity",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "dlsl",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"description": "Solidity Development Modules by Distributed Lab",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/distributedlab-solidity-library/dev-modules"
9+
"url": "https://github.com/dl-solidity-library/dev-modules"
1010
},
1111
"keywords": [
1212
"solidity",

0 commit comments

Comments
 (0)