create-plasmic-app 0.0.90 → 0.0.91
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/dist/templates/readme.js
CHANGED
|
@@ -25,7 +25,7 @@ To learn more about Plasmic, take a look at the following resources:
|
|
|
25
25
|
|
|
26
26
|
- [Plasmic Website](https://www.plasmic.app/)
|
|
27
27
|
- [Plasmic Documentation](https://docs.plasmic.app/learn/)
|
|
28
|
-
- [Plasmic
|
|
28
|
+
- [Plasmic Community Forum](https://forum.plasmic.app/)
|
|
29
29
|
|
|
30
30
|
You can check out [the Plasmic GitHub repository](https://github.com/plasmicapp/plasmic) - your feedback and contributions are welcome!
|
|
31
31
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-plasmic-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.91",
|
|
4
4
|
"description": "Create Plasmic-powered React apps",
|
|
5
5
|
"main": "./dist/lib.js",
|
|
6
6
|
"types": "./dist/lib.d.ts",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"validate-npm-package-name": "^3.0.0",
|
|
55
55
|
"yargs": "^16.2.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "3ff1bd137dde1b20d9bd33e9ae63231dd1581a7c"
|
|
58
58
|
}
|
package/src/templates/readme.ts
CHANGED
|
@@ -25,7 +25,7 @@ To learn more about Plasmic, take a look at the following resources:
|
|
|
25
25
|
|
|
26
26
|
- [Plasmic Website](https://www.plasmic.app/)
|
|
27
27
|
- [Plasmic Documentation](https://docs.plasmic.app/learn/)
|
|
28
|
-
- [Plasmic
|
|
28
|
+
- [Plasmic Community Forum](https://forum.plasmic.app/)
|
|
29
29
|
|
|
30
30
|
You can check out [the Plasmic GitHub repository](https://github.com/plasmicapp/plasmic) - your feedback and contributions are welcome!
|
|
31
31
|
`;
|