@piying/view-angular-core 1.7.1 → 1.7.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piying/view-angular-core",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "homepage": "https://piying-org.github.io/website/docs/client/intro",
5
5
  "repository": {
6
6
  "url": "https://github.com/piying-org/piying-view"
package/readme.md CHANGED
@@ -25,3 +25,11 @@
25
25
  ### test React
26
26
 
27
27
  - npm run test:react
28
+
29
+ ### test Solid
30
+
31
+ - npm run test:solid
32
+
33
+ ### test Svelte
34
+
35
+ - npm run test:svelte