Skip to content

Commit 1b60aeb

Browse files
author
Jordan
committed
publish
1 parent 046ded5 commit 1b60aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Introduction
44

5-
A plugin that deploys webpack bundles to server. It's useful when server ftp/sftp is forbidden or accessing server need pin + dynamic token each time.
5+
A plugin that deploys webpack bundles to server, and Koa as server to receive bundles. It's useful when server ftp/sftp is forbidden or accessing server need pin + dynamic token each time.
66

77
# Install
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deploy-server-webpack-plugin",
3-
"version": "0.0.3",
4-
"description": "A plugin that deploys wepack bundles to server",
3+
"version": "0.0.4",
4+
"description": "A plugin that deploys wepack bundles to server, and Koa as server to receive bundles",
55
"main": "dist/index.js",
66
"scripts": {
77
"babel": "babel ./src -d ./dist --compact --source-maps"

0 commit comments

Comments
 (0)