Skip to content

Commit

Permalink
[RESET] Reset instance
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Jun 28, 2023
1 parent d4dddb6 commit e5a9422
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 47 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# editorconfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
indent_style = space
54 changes: 7 additions & 47 deletions composer-local.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,9 @@
{
"name": "greenpeace/planet4-test-rhea",
"description": "Greenpeace P4 test-rhea",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "7"
},
"repositories": [
{
"type": "package",
"package": {
"name": "greenpeace/planet4-plugin-gutenberg-blocks",
"type": "wordpress-plugin",
"autoload": null,
"extra": null,
"version": 7,
"dist": {
"type": "zip",
"url": "https://storage.googleapis.com/planet4-packages/planet4-plugin-gutenberg-blocks/fe66d0ee924da80f4426dc07c1be074e0410df74.zip"
}
}
},
{
"type": "package",
"package": {
"name": "greenpeace/planet4-master-theme",
"type": "wordpress-theme",
"autoload": {
"psr-4": {
"P4\\MasterTheme\\": "src/"
}
},
"extra": {
"installer-paths": {
"vendor/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"version": 7,
"dist": {
"type": "zip",
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/01b86b9ce6a39c2fbcd1042c632cea5b1e5e9460.zip"
}
}
}
]
"name": "greenpeace/planet4-test-rhea",
"description": "Greenpeace P4 test-rhea",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-main",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
}
}

0 comments on commit e5a9422

Please sign in to comment.