primo-cli 0.1.2 → 0.1.3
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/scripts/postinstall.js +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Primo CLI
|
|
2
2
|
|
|
3
|
-
Local development CLI for [Primo](https://
|
|
3
|
+
Local development CLI for [Primo](https://primo.page) - build and edit sites with a visual CMS.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -161,7 +161,7 @@ Each site gets its own subdomain: `site-one.localhost:3000`, `site-two.localhost
|
|
|
161
161
|
|
|
162
162
|
## Documentation
|
|
163
163
|
|
|
164
|
-
Full documentation: [docs
|
|
164
|
+
Full documentation: [primo.page/docs](https://primo.page/docs)
|
|
165
165
|
|
|
166
166
|
## Requirements
|
|
167
167
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "primo-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Local development CLI for Primo",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git+https://github.com/palacms/cli.git"
|
|
18
18
|
},
|
|
19
|
-
"homepage": "https://
|
|
19
|
+
"homepage": "https://primo.page",
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/palacms/cli/issues"
|
|
22
22
|
},
|