2 Incheckningar 6cc78de2d8 ... ef698c3023

Upphovsman SHA1 Meddelande Datum
  Alex Gleason ef698c3023 0.22.2 8 år sedan
  Alex Gleason a4cb213392 Rename harp binary in package.json 8 år sedan
1 ändrade filer med 2 tillägg och 2 borttagningar
  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"
   }