cnpmcore 3.5.0 → 3.6.0

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,10 @@ See https://github.com/cnpm/cnpmjs.org/blob/master/docs/registry-api.md#npm-regi
16
16
 
17
17
  See [DEVELOPER.md](DEVELOPER.md)
18
18
 
19
+ ## How to integrate
20
+
21
+ See [INTEGRATE.md](INTEGRATE.md)
22
+
19
23
  ## License
20
24
 
21
25
  [MIT](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnpmcore",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "npm core",
5
5
  "files": [
6
6
  "dist/**/*"