piral-riot 1.0.0 → 1.0.1-beta.5650
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -6
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ export function setup(piral: PiletApi) {
|
|
|
62
62
|
|
|
63
63
|
::: summary: For Piral instance developers
|
|
64
64
|
|
|
65
|
-
Using Riot.js with Piral is as simple as installing `piral-riot` and `riot`.
|
|
65
|
+
Using Riot.js with Piral is as simple as installing `piral-riot` and `riot@^4`.
|
|
66
66
|
|
|
67
67
|
```ts
|
|
68
68
|
import { createRiotApi } from 'piral-riot';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-riot",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-beta.5650",
|
|
4
4
|
"description": "Plugin for integrating Riot.js components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -64,11 +64,8 @@
|
|
|
64
64
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"piral-core": "
|
|
67
|
+
"piral-core": "1.0.1-beta.5650",
|
|
68
68
|
"riot": "^4.7.2"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"riot": "^4.0.0"
|
|
72
|
-
},
|
|
73
|
-
"gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
|
|
70
|
+
"gitHead": "79ba6a56d34f43c4ac76ed680bf131d009a9cd47"
|
|
74
71
|
}
|