Skip to content

Commit

Permalink
👷 parcel => kirbyup
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Sep 28, 2021
1 parent 480551a commit 422e95f
Show file tree
Hide file tree
Showing 8 changed files with 718 additions and 1,170 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-janitor",
"type": "kirby-plugin",
"version": "2.10.1",
"version": "2.11.0",
"license": "MIT",
"description": "Kirby 3 Plugin for running jobs like cleaning the cache from within the Panel, PHP code or a cronjob",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 4 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
{
"name": "kirby-field-janitor",
"version": "2.9.0",
"version": "2.11.0",
"description": "Kirby 3 Plugin Janitor",
"author": "Bruno Meilick <b@bnomei.com>",
"scripts": {
"dev": "parcel watch src/index.js --no-source-maps -d ./",
"build": "parcel build src/index.js --no-source-maps -d ./",
"build-exp": "parcel build src/index.js --no-source-maps --experimental-scope-hoisting -d ./"
"dev": "kirbyup src/index.js --watch",
"build": "kirbyup src/index.js"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.10",
"kirbyup": "^0.11.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3"
},
"posthtml": {
"recognizeSelfClosing": true
}
}
4 changes: 2 additions & 2 deletions src/components/fields/Janitor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,15 @@ export default {
background-color: #1e1e1e;
}
.janitor >>> .k-button-text {
.janitor .k-button-text {
opacity: 1;
}
.janitor.doing-job {
background-color: #dcdcdc;
}
.janitor.doing-job >>> .k-button-text {
.janitor.doing-job .k-button-text {
color: black;
}
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php return array(
'root' => array(
'pretty_version' => '2.10.0',
'version' => '2.10.0.0',
'pretty_version' => '2.11.0',
'version' => '2.11.0.0',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby3-janitor' => array(
'pretty_version' => '2.10.0',
'version' => '2.10.0.0',
'pretty_version' => '2.11.0',
'version' => '2.11.0.0',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
Loading

0 comments on commit 422e95f

Please sign in to comment.