Skip to content

Commit 64c5d27

Browse files
committed
package reordering
1 parent f94b777 commit 64c5d27

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "@openzeppelin/contracts-experimental",
3-
"description": "Secure Smart Contract library for Solidity",
43
"version": "0.0.1",
4+
"description": "Secure Smart Contract library for Solidity",
5+
"author": "OpenZeppelin Community <[email protected]>",
6+
"license": "MIT",
57
"files": [
68
"/contracts/**/*.sol",
79
"!/contracts/mocks/**/*"
@@ -13,10 +15,14 @@
1315
"lint:fix": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --write",
1416
"test": "hardhat test"
1517
},
18+
"homepage": "https://openzeppelin.com/contracts/",
1619
"repository": {
1720
"type": "git",
1821
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-experimental.git"
1922
},
23+
"bugs": {
24+
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-experimental/issues"
25+
},
2026
"keywords": [
2127
"solidity",
2228
"ethereum",
@@ -25,12 +31,10 @@
2531
"security",
2632
"zeppelin"
2733
],
28-
"author": "OpenZeppelin Community <[email protected]>",
29-
"license": "MIT",
30-
"bugs": {
31-
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts-experimental/issues"
34+
"dependencies": {
35+
"@openzeppelin/contracts": "^5.0.2",
36+
"@openzeppelin/contracts-upgradeable": "^5.0.2"
3237
},
33-
"homepage": "https://openzeppelin.com/contracts/",
3438
"devDependencies": {
3539
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
3640
"@nomicfoundation/hardhat-ethers": "^3.0.5",
@@ -40,9 +44,5 @@
4044
"prettier": "^3.2.5",
4145
"prettier-plugin-solidity": "^1.3.1",
4246
"yargs": "^17.7.2"
43-
},
44-
"dependencies": {
45-
"@openzeppelin/contracts": "^5.0.2",
46-
"@openzeppelin/contracts-upgradeable": "^5.0.2"
4747
}
4848
}

0 commit comments

Comments
 (0)