updated: test dependencies

This commit is contained in:
gianlucaguarini 2021-10-16 20:05:15 +02:00
parent b6c95134b4
commit d8955bc96b
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import MyComponent from '/my-component.riot'
import MyComponent from './my-component.riot'
import { component } from 'riot'

View File

@ -5,12 +5,13 @@
"postinstall": "parcel build index.html --no-cache"
},
"dependencies": {
"parcel": "^2.0.0"
"riot": "^6.0.0",
"@riotjs/hot-reload": "^6.0.0"
},
"devDependencies": {
"parcel": "^2.0.0",
"@parcel/config-default": "^2.0.0",
"@riotjs/compiler": "^6.0.0",
"@riotjs/hot-reload": "^6.0.0",
"@riotjs/parcel-transformer-riot": "file:../",
"riot": "^6.0.0"
"@riotjs/parcel-transformer-riot": "file:../"
}
}