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"
   }