@mindline/sync 1.0.1 → 1.0.2

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 (3) hide show
  1. package/.d.ts +1 -0
  2. package/README.md +4 -0
  3. package/package.json +1 -1
package/.d.ts ADDED
@@ -0,0 +1 @@
1
+ declare module '@mindline/sync';
package/README.md CHANGED
@@ -35,6 +35,10 @@ In order to enable the preset you have to define it in your babel.config.json fi
35
35
  npm install class-transformer --save
36
36
  npm install reflect-metadata --save
37
37
  ```
38
+ ## install @mindline/sync package to speak to backend
39
+ ``` js
40
+ npm install @mindline/sync --save
41
+ ```
38
42
  # 2. Latest releases
39
43
  # 3. API references
40
44
  # 4. Unit Test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
5
5
  "main": "index.js",
6
6
  "scripts": {