Merge pull request #6794 from jxxe/patch-1

Added info for Inertia.js
main
Elbert Alias 3 years ago committed by GitHub
commit 3a38a79296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -486,11 +486,11 @@
}, },
"website": "http://indyproject.org" "website": "http://indyproject.org"
}, },
"Inertia": { "Inertia.js": {
"cats": [ "cats": [
12 12
], ],
"description": "Inertia is a protocol for creating monolithic single-page applications.", "description": "Inertia.js is a protocol for creating monolithic single-page applications.",
"dom": { "dom": {
"div[data-page*='component']": { "div[data-page*='component']": {
"attributes": { "attributes": {
@ -503,7 +503,6 @@
}, },
"icon": "Inertia.svg", "icon": "Inertia.svg",
"oss": true, "oss": true,
"saas": false,
"website": "https://inertiajs.com" "website": "https://inertiajs.com"
}, },
"InfernoJS": { "InfernoJS": {