From 34bb7f72d7d9ef3b16de4a4a8c6db622100413c5 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 5 May 2012 22:59:47 +0100 Subject: [PATCH] Adjusting for the directory move arounds --- core/modules/parsers/javascriptparser/tiddlywiki.plugin | 2 +- tw5.com/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/parsers/javascriptparser/tiddlywiki.plugin b/core/modules/parsers/javascriptparser/tiddlywiki.plugin index 4ada6e58f..c988a77f8 100644 --- a/core/modules/parsers/javascriptparser/tiddlywiki.plugin +++ b/core/modules/parsers/javascriptparser/tiddlywiki.plugin @@ -1,7 +1,7 @@ { "tiddlers": [ { - "file": "../../../../../node_modules/esprima/esprima.js", + "file": "../../../../node_modules/esprima/esprima.js", "fields": { "title": "$:/core/modules/parsers/javascriptparser/esprima.js", "type": "application/javascript" diff --git a/tw5.com/run.sh b/tw5.com/run.sh index c1c04058c..18340a76f 100755 --- a/tw5.com/run.sh +++ b/tw5.com/run.sh @@ -2,7 +2,7 @@ # run TiddlyWiki5 -node ../core/boot.js --verbose --wikitest ../../test/wikitests/ || exit 1 +node ../core/boot.js --verbose --wikitest ../tests/wikitests/ || exit 1 # run jshint jshint ../core/*.js