@tremho/mist-lift 1.0.2-pre-release.2 → 1.0.2-pre-release.3

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  _CLI tools and structured project support for easy-access cloud development_
5
5
 
6
- MistLift [@tremho/mist-lift at npm](https://www.npmjs.com/package/@tremho/mist-lift) is an OpenSource project aimed at providing an easy and seamless platform for developers
6
+ MistLift, aka [@tremho/mist-lift at npm](https://www.npmjs.com/package/@tremho/mist-lift) is an OpenSource project aimed at providing an easy and seamless platform for developers
7
7
  to quickly develop cloud services locally and then migrating to cloud with a simple and
8
8
  lightweight Command Line API that avoids some of the more intimidating aspects of
9
9
  using larger frameworks for such purposes.
@@ -28,11 +28,11 @@ vision roadmap, and your help is needed!
28
28
  [GitHub Repository](https://github.com/tremho/MistLift)
29
29
 
30
30
  Any level of involvement or contribution is appreciated. Please see
31
- the [Contribution Guidelines](CONTRIBUTING.md).
31
+ the [Contribution Guidelines](https://github.com/tremho/MistLift/blob/main/CONTRIBUTING.md).
32
32
 
33
- Also review the [Future States Plan](doc/Future%20State%20Planning.md)
33
+ Also review the [Future States Plan](https://github.com/tremho/MistLift/blob/main/doc/Future%20State%20Planning.md)
34
34
  and the [issues page](https://github.com/tremho/MistLift/issues) for future state plans and status.
35
35
 
36
36
  ## Getting Started
37
37
 
38
- To get started using MistLift, please see the [QuickStart Guide](doc/MistLift%20Quick%20Start.md)
38
+ To get started using MistLift, please see the [QuickStart Guide](https://github.com/tremho/MistLift/blob/main/doc/MistLift%20Quick%20Start.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tremho/mist-lift",
3
- "version": "1.0.2-pre-release.2",
3
+ "version": "1.0.2-pre-release.3",
4
4
  "description": "lift command line utility for MistLift development",
5
5
  "main": "build/index.js",
6
6
  "bin": {