package json element order change
parent
db2722b0ea
commit
1414009f40
18
package.json
18
package.json
|
@ -2,6 +2,15 @@
|
||||||
"name": "js-utils",
|
"name": "js-utils",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Javascript utils",
|
"description": "Javascript utils",
|
||||||
|
"author": "Tudor Stanciu",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "--"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"js-utils"
|
||||||
|
],
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
|
@ -17,15 +26,6 @@
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "--"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"js-utils"
|
|
||||||
],
|
|
||||||
"author": "Tudor Stanciu",
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.16.7",
|
"@babel/cli": "^7.16.7",
|
||||||
"@babel/core": "^7.16.7",
|
"@babel/core": "^7.16.7",
|
||||||
|
|
Loading…
Reference in New Issue