stencil-community / stencil-router

A simple router for Stencil apps and sites
https://stenciljs.com/
MIT License
188 stars 55 forks source link

chore(ownership): update demo to use community package #135

Closed rwaskiewicz closed 2 years ago

rwaskiewicz commented 2 years ago

this commit updates the demo in this repository to use the @stencil-community scoped version of the router. functionally, there are no changes, as we move from using the same router published under a different scope

this pr depends on #134. to land this pr, I plan on:

  1. move this repository over to the new stencil community org in github
  2. get #134 approved/landed
  3. publish the package to the newly created @stencil-community npm org
  4. get this approved and landed

Testing

Currently, the Stencil Router does not work with Stencil v2. This PR is mostly to move the demo over to use the community version of the router. The demo itself is still in a broken state