package json element order change
parent
db2722b0ea
commit
1414009f40
18
package.json
18
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",
|
||||
|
|
Loading…
Reference in New Issue