瀏覽代碼

Reorder package.json fields

Francisco Giordano 4 年之前
父節點
當前提交
f3c2d123f7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      contracts/package.json
  2. 1 1
      package.json

+ 1 - 1
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",

+ 1 - 1
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",