Skip to content

Commit

Permalink
Restore broken package.json after squash
Browse files Browse the repository at this point in the history
  • Loading branch information
MurzNN committed Jan 11, 2022
1 parent f0332c4 commit 3b27dd9
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"type": "git",
"url": "https://github.com/MurzNN/sites-sync.git"
},
"bugs": {
"url": "https://github.com/MurzNN/sites-sync/issues"
},
"keywords": [
"backup",
"database",
Expand Down Expand Up @@ -46,10 +43,29 @@
"js-yaml": "^4.0.0",
"lodash.merge": "^4.6.2",
"pretty-bytes": "^5.5.0",
"ssh2": "^0.8.9",
"ssh2-client": "^1.3.2",
"ssh2-promise": "^0.1.7",
"yargs": "^16.2.0",
"yargs-unparser": "^2.0.0"
}
"yargs": "^17.3"
},
"devDependencies": {
"@types/dateformat": "^5.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^17.0.0",
"@types/yargs": "^17.0.7",
"@types/yargs-unparser": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"prettier-eslint": "^10.1.0",
"standard-version": "^9.3.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"files": [
"dist/**/*",
"sites-sync",
"sites-sync.example.yaml"
]
}

0 comments on commit 3b27dd9

Please sign in to comment.