1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-07-21 09:01:31 +02:00

Kick-start development of Pico 3.0

This commit is contained in:
Daniel Rudolf
2020-03-29 15:15:25 +02:00
parent 6b7f12db5e
commit 6b328f96b0
4 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,8 @@
"extra": { "extra": {
"installer-name": "default", "installer-name": "default",
"branch-alias": { "branch-alias": {
"dev-master": "2.1.x-dev" "dev-master": "2.1.x-dev",
"dev-pico-3.0": "3.0.x-dev"
} }
} }
} }

View File

@@ -11,7 +11,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.1 * @version 3.0
*/ */
* { * {

View File

@@ -6,7 +6,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.1 * @version 3.0
*/ */
function main() function main()

View File

@@ -6,7 +6,7 @@
* @author Daniel Rudolf * @author Daniel Rudolf
* @link http://picocms.org * @link http://picocms.org
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License
* @version 2.1 * @version 3.0
*/ */
utils = {}; utils = {};