@lemon-fe/kits 0.1.150 → 0.1.151

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,5 +7,4 @@
7
7
  ```
8
8
  const kits = require('kits');
9
9
 
10
- // TODO: DEMONSTRATE API
11
10
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "0.1.150",
3
+ "version": "0.1.151",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -32,5 +32,5 @@
32
32
  "scripts": {
33
33
  "test": "echo \"Error: run tests from root\" && exit 1"
34
34
  },
35
- "gitHead": "255b2f9c9b626386e588c586f58f77c87b98c49c"
35
+ "gitHead": "58f0b51940cd87e514abd94214e5420710ec34ac"
36
36
  }