mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Apparently apidoc has a dumb version parser.
This commit is contained in:
parent
9e8a2c49f0
commit
6d92c793aa
3 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
define({
|
define({
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.13-dev",
|
"version": "0.13",
|
||||||
"description": "A wiki in a box. This is the API documentation.",
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
"title": "Pepperminty Wiki",
|
"title": "Pepperminty Wiki (0.13-dev)",
|
||||||
"sampleUrl": false,
|
"sampleUrl": false,
|
||||||
"apidoc": "0.2.0",
|
"apidoc": "0.2.0",
|
||||||
"generator": {
|
"generator": {
|
||||||
"name": "apidoc",
|
"name": "apidoc",
|
||||||
"time": "2016-10-19T19:50:59.501Z",
|
"time": "2016-10-19T19:59:10.420Z",
|
||||||
"url": "http://apidocjs.com",
|
"url": "http://apidocjs.com",
|
||||||
"version": "0.16.1"
|
"version": "0.16.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.13-dev",
|
"version": "0.13",
|
||||||
"description": "A wiki in a box. This is the API documentation.",
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
"title": "Pepperminty Wiki",
|
"title": "Pepperminty Wiki (0.13-dev)",
|
||||||
"sampleUrl": false,
|
"sampleUrl": false,
|
||||||
"apidoc": "0.2.0",
|
"apidoc": "0.2.0",
|
||||||
"generator": {
|
"generator": {
|
||||||
"name": "apidoc",
|
"name": "apidoc",
|
||||||
"time": "2016-10-19T19:50:59.501Z",
|
"time": "2016-10-19T19:59:10.420Z",
|
||||||
"url": "http://apidocjs.com",
|
"url": "http://apidocjs.com",
|
||||||
"version": "0.16.1"
|
"version": "0.16.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.13-dev",
|
"version": "0.13",
|
||||||
"description": "A wiki in a box. This is the API documentation.",
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
"title": "Pepperminty Wiki"
|
"title": "Pepperminty Wiki (0.13-dev)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue