Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions
d71ce0f0b2 chore(release): 2.2.9 [skip ci]
## [2.2.9](https://github.com/easingthemes/ssh-deploy/compare/v2.2.8...v2.2.9) (2021-05-27)

### Bug Fixes

* change npm to public ([191c82d](191c82d9b4))
2021-05-27 22:38:16 +00:00
Dragan Filipović
382db98e53 Merge pull request #58 from easingthemes/feature/package-json-automation-4
fix: change npm to public
2021-05-28 00:37:29 +02:00
Dragan Filipovic
191c82d9b4 fix: change npm to public 2021-05-28 00:37:06 +02:00
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
## [2.2.9](https://github.com/easingthemes/ssh-deploy/compare/v2.2.8...v2.2.9) (2021-05-27)
### Bug Fixes
* change npm to public ([191c82d](https://github.com/easingthemes/ssh-deploy/commit/191c82d9b441e26cf43f81041376dbf5ecdc1647))
## [2.2.8](https://github.com/easingthemes/ssh-deploy/compare/v2.2.7...v2.2.8) (2021-05-27) ## [2.2.8](https://github.com/easingthemes/ssh-deploy/compare/v2.2.7...v2.2.8) (2021-05-27)

View File

@@ -9,6 +9,10 @@
"./README.md", "./README.md",
"LICENSE" "LICENSE"
], ],
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": { "dependencies": {
"command-exists": "1.2.9", "command-exists": "1.2.9",
"node-cmd": "4.0.0", "node-cmd": "4.0.0",