@clevercloud/pi-remote-control 0.0.1
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 +9 -0
- package/package.json +15 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @clevercloud/pi-remote-control
|
|
2
|
+
|
|
3
|
+
**Placeholder — name reserved.**
|
|
4
|
+
|
|
5
|
+
This `0.0.1` is an empty placeholder that reserves the package name on npm.
|
|
6
|
+
It contains no runnable code. **Do not install it.**
|
|
7
|
+
|
|
8
|
+
The real pi.dev remote-control extension ships at **0.1.0 and above**, once the
|
|
9
|
+
relay backend is deployed. See https://github.com/CleverCloud/Pi-dev-remote-controll
|
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@clevercloud/pi-remote-control",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Name reserved. The pi.dev remote-control extension ships at 0.1.0+ once the relay is deployed. Do not install this placeholder.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"keywords": ["pi-package", "pi-extension", "placeholder"],
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/CleverCloud/Pi-dev-remote-controll.git"
|
|
10
|
+
},
|
|
11
|
+
"files": ["README.md"],
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
}
|
|
15
|
+
}
|