fixed: small typos
This commit is contained in:
parent
12829a45a8
commit
59b84ff83e
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -13,8 +13,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 14.x, 15.x]
|
node-version: [14.x, 15.x]
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Local Unit Test ${{ matrix.node-version }}
|
- name: Local Unit Test ${{ matrix.node-version }}
|
||||||
|
|||||||
@ -7,7 +7,7 @@ A parcel plugin for riot.js
|
|||||||
|
|
||||||
## Important
|
## Important
|
||||||
|
|
||||||
- If you are using Parcel < 1.0.0 please check the [this branch](https://github.com/riot/parcel-transformer-riot/tree/parcel-v1)
|
- If you are using Parcel < 2.0.0 please check the [this branch](https://github.com/riot/parcel-transformer-riot/tree/parcel-v1)
|
||||||
- If you are using Riot.js < 4.0.0 please check the [v3 branch](https://github.com/riot/parcel-transformer-riot/tree/v3)
|
- If you are using Riot.js < 4.0.0 please check the [v3 branch](https://github.com/riot/parcel-transformer-riot/tree/v3)
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import { component } from 'riot'
|
|
||||||
import MyComponent from './my-component.riot'
|
import MyComponent from './my-component.riot'
|
||||||
|
import { component } from 'riot'
|
||||||
|
|
||||||
|
|
||||||
component(MyComponent)(document.getElementById('root'))
|
component(MyComponent)(document.getElementById('root'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user