Skip to content

Commit

Permalink
Cleanup and loose internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Apr 23, 2021
1 parent 21652cc commit ce29e6b
Show file tree
Hide file tree
Showing 29 changed files with 3,327 additions and 3,233 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules
vendor
composer.lock
translations.pot
mix-manifest.json
70 changes: 0 additions & 70 deletions RoboFile.php

This file was deleted.

11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gutenberg"
],
"support": {
"issues": "https://github.com/generoi/wp-gutenberg-boilerplate/issues"
"issues": "https://github.com/generoi/wp-gutenberg-button-popup/issues"
},
"repositories": [
{
Expand All @@ -29,19 +29,14 @@
],
"require": {
"php": ">=7.0.0",
"composer/installers": "~1.0",
"yahnis-elsts/plugin-update-checker": "^4.4",
"generoi/wp-genero-common": "^0.1.3",
"illuminate/support": "^7.0||^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4.2",
"consolidation/robo": "^2.0",
"generoi/robo-genero": "dev-master"
"squizlabs/php_codesniffer": "^3.4.2"
},
"autoload": {
"psr-4": {
"GeneroWP\\BlockBoilerplate\\": "src/"
"GeneroWP\\BlockButtonPopup\\": "src/"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => 'f5cc331131eaf4c5553fc59438463719');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '85a013f031bbfc4e9b8c21b1d23628d3');
2 changes: 1 addition & 1 deletion dist/editor.css

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

2 changes: 1 addition & 1 deletion dist/editor.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => 'b91ba39b162862b4191057a4392efe09');
1 change: 1 addition & 0 deletions dist/frontend.css

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

1 change: 1 addition & 0 deletions dist/frontend.js

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

1 change: 0 additions & 1 deletion dist/index.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/manifest.asset.php

This file was deleted.

Loading

0 comments on commit ce29e6b

Please sign in to comment.