package json element order change

master
Tudor Stanciu 2022-05-04 02:34:18 +03:00
parent db2722b0ea
commit 1414009f40
1 changed files with 9 additions and 9 deletions

View File

@ -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",