@tremho/mist-lift 2.0.1 → 2.0.2-pre-release.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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@ _CLI tools and structured project support for easy-access cloud development_
|
|
|
11
11
|
|
|
12
12
|
[build-url]: https://travis-ci.org/tremho/mist-lift
|
|
13
13
|
|
|
14
|
-
[npm-image]: http://img.shields.io/npm/v/mist-lift.svg
|
|
14
|
+
[npm-image]: http://img.shields.io/npm/v/@tremho/mist-lift.svg
|
|
15
15
|
|
|
16
|
-
[npm-url]: https://npmjs.org/package/mist-lift
|
|
16
|
+
[npm-url]: https://npmjs.org/package/@tremho/mist-lift
|
|
17
17
|
|
|
18
|
-
[downloads-image]: http://img.shields.io/npm/dm/mist-lift.svg
|
|
18
|
+
[downloads-image]: http://img.shields.io/npm/dm/@tremho/mist-lift.svg
|
|
19
19
|
|
|
20
|
-
[total-downloads-image]: http://img.shields.io/npm/dt/mist-lift.svg?label=total%20downloads
|
|
20
|
+
[total-downloads-image]: http://img.shields.io/npm/dt/@tremho/mist-lift.svg?label=total%20downloads
|
|
21
21
|
|
|
22
22
|
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
|
|
23
23
|
to quickly develop cloud services locally and then migrating to cloud with a simple and
|