dsh-subscription-adapter 0.0.0

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/README.md +10 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # dsh-subscription-adapter
2
+
3
+ **Name reserved.** This package is a placeholder registered by `iia-arg` to prevent
4
+ name squatting. It contains no code.
5
+
6
+ Real source, releases and documentation live at
7
+ <https://github.com/iia-arg/dsh-plugins>.
8
+
9
+ If a future version of this package appears with actual code, it will come from that
10
+ repository and be published by the same maintainer.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "dsh-subscription-adapter",
3
+ "version": "0.0.0",
4
+ "description": "Name reserved by iia-arg. Source and releases: https://github.com/iia-arg/dsh-plugins",
5
+ "license": "MIT",
6
+ "repository": { "type": "git", "url": "git+https://github.com/iia-arg/dsh-plugins.git" },
7
+ "keywords": ["dsh", "reserved"],
8
+ "files": ["README.md"]
9
+ }