gy-webcode2 1.1.6 → 1.1.7
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.
- package/css/modules/sidebar.scss +1 -1
- package/index.js +3 -2
- package/package.json +1 -1
package/css/modules/sidebar.scss
CHANGED
package/index.js
CHANGED
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
// ~的意思是匹配最近的小版本 比如~1.0.2将会匹配所有的1.0.x版本,但不匹配1.1.0
|
|
11
11
|
// ^的意思是最近的一个大版本 比如1.0.2 将会匹配 所有 1.x.x, 但不包括2.x.x
|
|
12
12
|
// * 这意味着安装最新版本的依赖包
|
|
13
|
-
// 已使用项目
|
|
13
|
+
// 已使用项目 指标管理、数据治理
|
|
14
|
+
// https://registry.npmjs.org/gy-webcode2
|
|
14
15
|
|
|
15
16
|
module.exports = {
|
|
16
|
-
version :'1.1.
|
|
17
|
+
version :'1.1.7',
|
|
17
18
|
}
|