Skip to content

Commit

Permalink
rm non oo
Browse files Browse the repository at this point in the history
  • Loading branch information
librasteve committed Aug 25, 2024
1 parent cc383b6 commit 96202fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
{
"name": "HTMX::Examples",
"description": "blah blah blah",
"version": "0.0.1",
"perl": "6.d",
"auth": "zef:librasteve",
"authors": [
"librasteve"
],
"auth": "zef:librasteve",
"build-depends": [
],
"depends": [
"cro",
"Cro::WebApp",
"HTML::Functional"
],
"build-depends": [],
"test-depends": [],
"provides": {},
"resources": [],
"description": "blah blah blah",
"license": "Artistic-2.0",
"tags": [],
"source-url": ""
}
"name": "Routes",
"perl": "6.d",
"provides": {
"Routes": "lib/Routes.rakumod",
"Routes::Examples::Click-To-Edit": "lib/Routes/Examples/Click-To-Edit.rakumod"
},
"resources": [
],
"source-url": "https://github.com/librasteve/raku-HTMX-Examples.git",
"tags": [
],
"test-depends": [
],
"version": "0.0.1"
}
File renamed without changes.

0 comments on commit 96202fb

Please sign in to comment.