a-calc 0.0.28 → 0.0.29

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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,8 @@ A string of four operations of the library, can solve the js digital calculation
3
3
 
4
4
  (一个字符串四则运算的库, 可以解决js数字计算精度 科学记数法和格式化的问题, 支持千分位小数点格式化输出等操作)
5
5
 
6
- > Supported operators(支持的运算符): + - * /
6
+ > Supported operators (支持的运算符) : + - * / %
7
7
  >
8
- > If you have any questions, please send email to 718879459@qq.com as soon as possible to give me feedback
9
- >
10
- > (如果遇到了什么问题, 请第一时间向我发送反馈邮件, 718879459@qq.com 对于bug我会第一时间修复他)
11
8
 
12
9
  ## Install(安装)
13
10
 
@@ -96,3 +93,11 @@ fmt("1000000 | ,") // 1,000,000
96
93
 
97
94
  待定
98
95
 
96
+ ## Issue To(问题提交)
97
+
98
+ If you have any questions, pstlease send email to 718879459@qq.com as soon as possible to give me feedback
99
+
100
+ (如果遇到了什么问题, 请第一时间向我发送反馈邮件, 718879459@qq.com 对于bug我会第一时间修复他)
101
+
102
+
103
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "a-calc",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "JavaScript的字符串四则运算库, 支持格式化操作例如: 千分位格式化, 灵活指定小数点位数",
5
5
  "main": "./es/index.js",
6
6
  "exports": {