1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-17 19:09:55 +00:00

Adjusting for the directory move arounds

This commit is contained in:
Jeremy Ruston 2012-05-05 22:59:47 +01:00
parent 9465da4335
commit 34bb7f72d7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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