@vmz/vmz 0.0.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @vmz/vmz
2
2
 
3
- Placeholder package (0.0.0). Reserved for the VMZ project. Do not depend on this version.
3
+ Placeholder package (0.0.1). Reserved for the VMZ project.
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@vmz/vmz",
3
- "version": "0.0.0",
4
- "description": "VMZ placeholder not for production use.",
3
+ "version": "0.0.1",
4
+ "description": "VMZ placeholder 鈥?not for production use.",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "files": [
8
8
  "README.md"
9
- ]
9
+ ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/doki-land/vmz-framework.git"
13
+ }
10
14
  }