@cloudcare/guance-front-tools 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,9 +23,3 @@ $ grafanaCovertToGuance
23
23
  # run task
24
24
  $ grafanaCovertToGuance -d examples/grafana.json -o examples/guance.json
25
25
  ```
26
-
27
- #### 执行方式
28
-
29
- ```bash
30
- node grafanaCovertToGuance
31
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcare/guance-front-tools",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },