From 1414009f40798261e0cf49b2a648b12607cc370d Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 4 May 2022 02:34:18 +0300 Subject: [PATCH] package json element order change --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5a029ad..a0a23e3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,15 @@ "name": "js-utils", "version": "1.0.0", "description": "Javascript utils", + "author": "Tudor Stanciu", + "license": "MIT", + "repository": { + "type": "git", + "url": "--" + }, + "keywords": [ + "js-utils" + ], "main": "./src/index.js", "babel": { "presets": [ @@ -17,15 +26,6 @@ "prepare": "husky install", "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": { - "type": "git", - "url": "--" - }, - "keywords": [ - "js-utils" - ], - "author": "Tudor Stanciu", - "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.7", "@babel/core": "^7.16.7",