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:
@@ -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"
|
||||
}
|
||||
|
@@ -2,6 +2,5 @@
|
||||
"title": "$:/plugins/tiddlywiki/codemirror",
|
||||
"description": "Codemirror plugin",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"coreVersion": ">=5.0.0"
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -2,6 +2,5 @@
|
||||
"title": "$:/plugins/tiddlywiki/filesystem",
|
||||
"description": "File system synchronisation",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
|
@@ -2,6 +2,5 @@
|
||||
"title": "$:/plugins/tiddlywiki/tiddlyweb",
|
||||
"description": "TiddlyWeb and TiddlySpace components",
|
||||
"author": "JeremyRuston",
|
||||
"version": "0.0.0",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user