clawmason 0.1.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 +11 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # clawmason
2
+
3
+ This package is a **placeholder** for namespace protection.
4
+
5
+ It exists to prevent unauthorized parties from publishing packages under this name.
6
+
7
+ ## Official Project
8
+
9
+ The official Clawmasons project lives at: **https://github.com/clawmasons/mason**
10
+
11
+ If you are looking for the Clawmasons Mason CLI or related packages, please visit the repository above.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "clawmason",
3
+ "version": "0.1.0",
4
+ "description": "Placeholder package for namespace protection. See https://github.com/clawmasons/chapter",
5
+ "files": [],
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/clawmasons/chapter.git"
10
+ },
11
+ "homepage": "https://github.com/clawmasons/chapter"
12
+ }