Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyann committed Jul 16, 2017
1 parent bc5e7aa commit d1ff536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "deploy-kit",
"version": "3.0.0",
"version": "3.1.0",
"description": "A nice deployment tool supports ftp and sftp. Used directly or with built-in plugins, such as webpack-plugin.",
"main": "lib/index.js",
"bin": {
"deploy": "bin/deploy"
"deploy-ftp": "bin/deploy-ftp",
"deploy-sftp": "bin/deploy-sftp"
},
"repository": "git+https://github.com/xiaoyann/deploy-kit.git",
"keywords": [
"deploy",
"ftp",
"webpack",
"scp2",
"sftp",
"upload",
"bin"
"upload"
],
"files": [
"bin",
"lib",
"plugins"
],
Expand Down

0 comments on commit d1ff536

Please sign in to comment.