2 Commits 6cc78de2d8 ... ef698c3023

Autor SHA1 Mensagem Data
  Alex Gleason ef698c3023 0.22.2 8 anos atrás
  Alex Gleason a4cb213392 Rename harp binary in package.json 8 anos atrás
1 arquivos alterados com 2 adições e 2 exclusões
  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"
   }