1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-07 05:18:03 +00:00

Ensure that the core plugins inherit their version number from the main package.info

This commit is contained in:
Jeremy Ruston
2013-08-26 13:28:23 +01:00
parent 93e7cd7409
commit 20f06e8eec
17 changed files with 21 additions and 18 deletions

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/classictools",
"description": "Tools for working with classic TiddlyWiki documents",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/codemirror",
"description": "Codemirror plugin",
"author": "JeremyRuston",
"version": "0.0.0",
"coreVersion": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/d3",
"description": "d3.js plugin for TiddlyWiki5",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/filesystem",
"description": "File system synchronisation",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/fullscreen",
"description": "Adds support for HTML5 full screen mode",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/jasmine",
"description": "Jasmine test framework plugin for TiddlyWiki5",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/tahoelafs",
"description": "Support for saving changes to Tahoe-LAFS",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}

View File

@@ -2,6 +2,5 @@
"title": "$:/plugins/tiddlywiki/tiddlyweb",
"description": "TiddlyWeb and TiddlySpace components",
"author": "JeremyRuston",
"version": "0.0.0",
"core-version": ">=5.0.0"
}