updated: test dependencies
This commit is contained in:
parent
b6c95134b4
commit
d8955bc96b
@ -1,4 +1,4 @@
|
||||
import MyComponent from '/my-component.riot'
|
||||
import MyComponent from './my-component.riot'
|
||||
import { component } from 'riot'
|
||||
|
||||
|
||||
|
||||
@ -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:../"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user