2 次代碼提交 6cc78de2d8 ... ef698c3023

作者 SHA1 備註 提交日期
  Alex Gleason ef698c3023 0.22.2 8 年之前
  Alex Gleason a4cb213392 Rename harp binary in package.json 8 年之前
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wick",
-  "version": "0.22.1",
+  "version": "0.22.2",
   "description": "Static web server with built in preprocessing",
   "author": "Brock Whitten <brock@chloi.io>",
   "contributors": [
@@ -66,7 +66,7 @@
   "license": "MIT",
   "preferGlobal": true,
   "readmeFilename": "README.md",
-  "bin": "./bin/harp",
+  "bin": "./bin/wick",
   "engines": {
     "node": ">=0.12"
   }