Skip to content

Commit 9db5b8b

Browse files
committed
Move openzeppelin-solidity devDependencies to dependencies & remove patch version
1 parent 5252876 commit 9db5b8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Transaction Permission Layer v1.1.1 (tpl-contracts)
1+
# Transaction Permission Layer v1.1 (tpl-contracts)
22

33
![banner](images/TPL_01@3x.png)
44

@@ -43,7 +43,6 @@ To create a new project with TPL contracts as a dependency:
4343
```sh
4444
$ yarn global add truffle@5.0.0-beta.1 # or $ npm install -g truffle@5.0.0-beta.1
4545
$ truffle init && yarn init # or npm init
46-
$ yarn add openzeppelin-solidity # or npm install openzeppelin-solidity
4746
$ yarn add tpl-contracts # or $ npm install tpl-contracts
4847
```
4948

images/TPL_01@3x.png

-634 Bytes
Loading

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tpl-contracts",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"license": "MIT",
55
"description": "Solidity smart contract implementing TPL (the Transaction Layer Protocol).",
66
"homepage": "https://tplprotocol.org/",
@@ -28,11 +28,12 @@
2828
},
2929
"devDependencies": {
3030
"coveralls": "^3.0.2",
31-
"openzeppelin-solidity": "2.0.0",
3231
"solhint": "1.4.0",
3332
"solidity-coverage": "^0.5.11",
3433
"truffle": "5.0.0-beta.1",
3534
"web3": "^1.0.0-beta.36"
3635
},
37-
"dependencies": {}
36+
"dependencies": {
37+
"openzeppelin-solidity": "2.0.0"
38+
}
3839
}

0 commit comments

Comments
 (0)