mirror of
https://github.com/picocms/pico-theme.git
synced 2025-07-21 00:51:28 +02:00
Kick-start development of Pico 3.0
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"extra": {
|
||||
"installer-name": "default",
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
"dev-master": "2.1.x-dev",
|
||||
"dev-pico-3.0": "3.0.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
* {
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
function main()
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
utils = {};
|
||||
|
Reference in New Issue
Block a user