From fa67259d6da072ef33fe583de9e9a4fc6b6716c5 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 13 Jul 2012 18:29:49 +0100 Subject: [PATCH] Moved command line interface so that it's not included in the core We don't want it in the browser --- core/cli.js => cli.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename core/cli.js => cli.js (100%) diff --git a/core/cli.js b/cli.js similarity index 100% rename from core/cli.js rename to cli.js diff --git a/package.json b/package.json index 731b79224..8152bf8ed 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ } ], "bin": { - "tiddlywiki": "./core/cli.js" + "tiddlywiki": "./cli.js" }, "main": "./core/boot.js", "repository": {