kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Adjusting for the directory move arounds
rodzic
9465da4335
commit
34bb7f72d7
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue