@yqg/simple 1.0.4-beta.3 → 1.0.4-beta.4
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/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yqg/simple",
|
|
3
|
-
"version": "1.0.4-beta.
|
|
3
|
+
"version": "1.0.4-beta.4",
|
|
4
4
|
"description": "YQG Simple Component Library - Vue 2 + Ant Design Vue 组件库",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -94,6 +94,12 @@
|
|
|
94
94
|
"./filter/number-with-commas": "./src/filter/number-with-commas.ts",
|
|
95
95
|
"./filter/percent": "./src/filter/percent.js",
|
|
96
96
|
"./filter/phone-mask": "./src/filter/phone-mask.js",
|
|
97
|
+
"./i18n": "./src/component/i18n/index.js",
|
|
98
|
+
"./i18n/zh-cn": {
|
|
99
|
+
"import": "./src/component/i18n/zh-cn.ts",
|
|
100
|
+
"require": "./src/component/i18n/zh-cn.ts",
|
|
101
|
+
"types": "./dist/component/i18n/zh-cn.d.ts"
|
|
102
|
+
},
|
|
97
103
|
"./store/module/timezone": "./src/store/module/timezone.js",
|
|
98
104
|
"./style": "./dist/style.css",
|
|
99
105
|
"./dist/*": "./dist/*",
|
|
@@ -109,9 +115,7 @@
|
|
|
109
115
|
"dev": "rollup -c -w",
|
|
110
116
|
"test": "jest",
|
|
111
117
|
"lint": "eslint src --ext .js,.vue,.ts",
|
|
112
|
-
"lint:fix": "eslint src --ext .js,.vue,.ts --fix"
|
|
113
|
-
"link:local": "yarn build && cd /Users/wangchenying/Developer/fintopia-web/spa/kiana && yarn add file:/Users/wangchenying/Developer/yqg-simple",
|
|
114
|
-
"watch:install": "yarn build && yarn link:local"
|
|
118
|
+
"lint:fix": "eslint src --ext .js,.vue,.ts --fix"
|
|
115
119
|
},
|
|
116
120
|
"keywords": [
|
|
117
121
|
"vue",
|