@lm_fe/static 0.1.207 → 0.1.208

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 +7 -18
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,31 +1,20 @@
1
- # yargs-parser +3+
2
1
 
2
+ # `@lm_fe/static` +4+
3
3
 
4
4
 
5
- The mighty option parser used by.
6
5
 
6
+ > lm_fe 静态资源
7
7
 
8
+ # 使用
8
9
 
9
10
 
10
- ## Example
11
-
12
- ```sh
13
- npm i yargs-parser --save
14
- ```
15
11
 
16
12
 
17
- **Node.js:**
13
+ ## 安装
18
14
 
19
- ```js
20
- import parser from 'yargs-parser'
21
-
22
- const argv = parser('--foo=99 --bar=9987930', {
23
- string: ['bar']
24
- })
25
- console.log(argv)
15
+ ```bash
16
+ npm install @lm_fe/lm_x
26
17
  ```
27
18
 
19
+ ## 能力
28
20
 
29
- ## License
30
-
31
- ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/static",
3
- "version": "0.1.207",
3
+ "version": "0.1.208",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "node ./write_meta.js && rollup -c rollup.config.js"
@@ -18,5 +18,5 @@
18
18
  },
19
19
  "author": "",
20
20
  "license": "ISC",
21
- "gitHead": "7df2765c06bc24282de44c18e4eb584106fb0ba3"
21
+ "gitHead": "7bf599ddd0c3718254ad153bdf839618ed093c20"
22
22
  }