From af95fe7a933185ebd38f4bc4622ca7e2bc3dfde6 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 9 Nov 2020 16:40:38 -0300 Subject: [PATCH] Reorder package.json fields --- contracts/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/package.json b/contracts/package.json index 3a298aec4..dbcd10202 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@openzeppelin/contracts", - "version": "3.2.0", "description": "Secure Smart Contract library for Solidity", + "version": "3.2.0", "files": [ "**/*.sol", "/build/contracts/*.json", diff --git a/package.json b/package.json index 007b92736..ed42ad08d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openzeppelin-solidity", - "version": "3.2.0", "description": "Secure Smart Contract library for Solidity", + "version": "3.2.0", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json",