@velocitycareerlabs/template-package 1.26.0-dev-build.133709fbc → 1.26.0-dev-build.1bd52ebb4
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ of what defines a package for us.
|
|
|
32
32
|
So if you want `did-docs` package to use the `crypto` package,
|
|
33
33
|
you would do:
|
|
34
34
|
|
|
35
|
-
`lerna add @
|
|
35
|
+
`lerna add @verii/crypto --scope @verii/did-docs`
|
|
36
36
|
|
|
37
37
|
* Packages uses standard structure, of `src` directory,
|
|
38
38
|
and then `test` directory for corresponding tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velocitycareerlabs/template-package",
|
|
3
|
-
"version": "1.26.0-dev-build.
|
|
3
|
+
"version": "1.26.0-dev-build.1bd52ebb4",
|
|
4
4
|
"description": "Example package for monorepo packages, to be copied as a starting point",
|
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
|
6
6
|
"main": "index.js",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"jest": "29.7.0",
|
|
27
27
|
"prettier": "2.8.8"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ee7c06a13723beb959aa4c9b50a48f09e520e244"
|
|
30
30
|
}
|